diff options
author | ru <ru@FreeBSD.org> | 2004-09-26 09:25:03 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-09-26 09:25:03 +0000 |
commit | 63fa21b0aeda736434afc5598dd48563a7588f3c (patch) | |
tree | f7a27eb0017b311e24adfda7753ff2bbc5ed13cf /usr.sbin/ndiscvt | |
parent | 57ab183269c7ca46993f6acfcc2e3872e0f418cd (diff) | |
download | FreeBSD-src-63fa21b0aeda736434afc5598dd48563a7588f3c.zip FreeBSD-src-63fa21b0aeda736434afc5598dd48563a7588f3c.tar.gz |
Get rid of obsolete MAN[0-9] syntax.
Diffstat (limited to 'usr.sbin/ndiscvt')
-rw-r--r-- | usr.sbin/ndiscvt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ndiscvt/Makefile b/usr.sbin/ndiscvt/Makefile index c595818..8004897 100644 --- a/usr.sbin/ndiscvt/Makefile +++ b/usr.sbin/ndiscvt/Makefile @@ -7,7 +7,7 @@ SRCS= ndiscvt.c SRCS+= subr_pe.c SRCS+= inf.c inf-token.l inf-parse.y y.tab.h -MAN8= ndiscvt.8 +MAN= ndiscvt.8 WARNS?= 4 |