diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
commit | cec60429bbb77a84c44199253f4a9d1a628fcc2a (patch) | |
tree | 7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /lib/libsmb | |
parent | 8a8ad0dddfa253e5daf138f2193095556257d0ce (diff) | |
download | FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.zip FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.tar.gz |
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Diffstat (limited to 'lib/libsmb')
-rw-r--r-- | lib/libsmb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsmb/Makefile b/lib/libsmb/Makefile index 7a4e2ea..4699c47 100644 --- a/lib/libsmb/Makefile +++ b/lib/libsmb/Makefile @@ -5,7 +5,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs LIB= smb SHLIB_MAJOR= 1 -NOMAN= +NO_MAN= SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \ print.c \ |