diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-05 21:24:58 +0000 |
commit | 96c19e77ba84863a2a404d16d79dd6b0371529c8 (patch) | |
tree | 17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/tftpd | |
parent | 9d31fc7ba269aeec27e48eafb53d61731801c82b (diff) | |
download | FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.zip FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.tar.gz |
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
Diffstat (limited to 'libexec/tftpd')
-rw-r--r-- | libexec/tftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index f94acc0..728e2a2 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -2,7 +2,7 @@ PROG= tftpd SRCS= tftpd.c tftpsubs.c -MAN8= tftpd.0 +MAN8= tftpd.8 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp .PATH: ${.CURDIR}/../../usr.bin/tftp |