diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:10:13 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:10:13 +0000 |
commit | 020ee2dc9fb13a1004e1107b7382f3d074255f58 (patch) | |
tree | f0fe2c53eabb91958eeca5d28446075ee7afcb35 /libexec/tftpd | |
parent | 1c011f20f684784227856596edeaf9ef2d6e0373 (diff) | |
download | src-020ee2dc9fb13a1004e1107b7382f3d074255f58.tar.gz src-020ee2dc9fb13a1004e1107b7382f3d074255f58.zip |
Notes
Diffstat (limited to 'libexec/tftpd')
-rw-r--r-- | libexec/tftpd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index ce43894dcb21..d7456d1513c7 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -5,7 +5,6 @@ PROG= tftpd SRCS= tftpd.c tftpsubs.c DPADD= ${LIBUTIL} LDADD= -lutil -MAN8= tftpd.8 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp .PATH: ${.CURDIR}/../../usr.bin/tftp |