diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libio/Makefile | 2 | ||||
-rw-r--r-- | lib/libncp/Makefile | 2 | ||||
-rw-r--r-- | lib/librpcsvc/Makefile | 2 | ||||
-rw-r--r-- | lib/libsmb/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libio/Makefile b/lib/libio/Makefile index 73431ee..8456e33 100644 --- a/lib/libio/Makefile +++ b/lib/libio/Makefile @@ -6,6 +6,6 @@ SRCS= io.c swiz.c bwx.c alpha_sethae.c CFLAGS+= -Wall -Wa,-mev56 -NOMAN= +NO_MAN= .include <bsd.lib.mk> diff --git a/lib/libncp/Makefile b/lib/libncp/Makefile index 1896dbe..d93b916 100644 --- a/lib/libncp/Makefile +++ b/lib/libncp/Makefile @@ -6,7 +6,7 @@ LIB= ncp SHLIB_MAJOR= 1 -NOMAN= +NO_MAN= SRCS= ncpl_subr.c ncpl_bind.c ncpl_queue.c ncpl_file.c ncpl_misc.c \ ncpl_net.c ncpl_rcfile.c ncpl_conn.c ncpl_nls.c ncpl_msg.c \ diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index 49a918b..c4280ec 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -27,7 +27,7 @@ SRCS+= ${GENSRCS} ${OTHERSRCS} ${SECRPCSRCS} CLEANFILES+= ${GENSRCS} -NOMAN= +NO_MAN= .include <bsd.lib.mk> 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 \ |