From owner-freebsd-questions Thu May 24 19:37:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from homer.futureuse.net (CPE-61-9-171-103.vic.bigpond.net.au [61.9.171.103]) by hub.freebsd.org (Postfix) with SMTP id E14E937B422 for ; Thu, 24 May 2001 19:37:45 -0700 (PDT) (envelope-from fbsdlist@futureuse.net) Received: (qmail 49965 invoked by uid 65534); 10 May 2001 02:40:41 -0000 Received: from 165.228.128.11 (proxying for 10.140.148.30,203.11.225.11) (SquirrelMail authenticated user fbsdlist) by www.futureuse.net with HTTP; Thu, 10 May 2001 12:40:41 +1000 (EST) Message-ID: <5359.165.228.128.11.989462441.squirrel@www.futureuse.net> Date: Thu, 10 May 2001 12:40:41 +1000 (EST) Subject: How to recompile just tftpd? From: "Aaron Hill" To: questions@freebsd.org X-Mailer: SquirrelMail (version 1.0.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've made a modification to the tftpd server in FreeBSD at ... /usr/src/libexec/tftpd .... can someone tell me how I can recompile the tftpd source and install it? I've tried doing a make and it stops with this output ... [root@xxxx tftpd]# make cc -O -pipe -I/usr/src/libexec/tftpd/../../usr.bin/tftp - c /usr/src/libexec/tftpd/tftpd.c cc -O -pipe -I/usr/src/libexec/tftpd/../../usr.bin/tftp - c /usr/src/libexec/tftpd/../../usr.bin/tftp/tftpsubs.c cc -O -pipe -I/usr/src/libexec/tftpd/../../usr.bin/tftp -o tftpd tftpd.o tftpsubs.o -lutil make: don't know how to make tftpd.1. Stop .... so I've tried doing a make depend first or a make depend and make from the parent directory, libexec, but I can't get it going. This shouldn't be hard! What am I doing wrong? Thanks Aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message