diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
commit | f10dc9aca1097011cc6fd2f38be5e855132c46f0 (patch) | |
tree | 5e5ad69bb402f6680ccfdc8f662837f174acaab6 /usr.sbin/nslookup | |
parent | 56b5d7535b94f68324d688401270d40f3779f0aa (diff) | |
download | FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.zip FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.tar.gz |
Set the default manual section for usr.sbin/ to 8.
Diffstat (limited to 'usr.sbin/nslookup')
-rw-r--r-- | usr.sbin/nslookup/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile index c9b31f2..acfca5f 100644 --- a/usr.sbin/nslookup/Makefile +++ b/usr.sbin/nslookup/Makefile @@ -8,7 +8,6 @@ USE_LIBBIND= yes PROG= nslookup SRCS= main.c getinfo.c debug.c send.c skip.c list.c subr.c commands.l -MAN8= nslookup.8 CFLAGS+=-D_PATH_HELPFILE=\"${DESTHELP}/nslookup.help\" CFLAGS+=-I${.CURDIR}/../../contrib/bind/bin/nslookup |