Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2001 12:40:41 +1000 (EST)
From:      "Aaron Hill" <fbsdlist@futureuse.net>
To:        questions@freebsd.org
Subject:   How to recompile just tftpd?
Message-ID:  <5359.165.228.128.11.989462441.squirrel@www.futureuse.net>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5359.165.228.128.11.989462441.squirrel>