Use MAN= to specify that no man page is provided
NO_MAN is deprecated. Reviewed by: imp
This commit is contained in:
parent
7a633294df
commit
5abb4cd79f
@ -2,7 +2,7 @@
|
||||
|
||||
LIB= readline
|
||||
INTERNALLIB= yes
|
||||
NO_MAN= yes
|
||||
MAN=
|
||||
|
||||
TILDESRC= tilde.c
|
||||
SRCS= readline.c vi_mode.c funmap.c keymaps.c parens.c search.c \
|
||||
|
@ -25,6 +25,6 @@ SRCS= elftc_bfdtarget.c \
|
||||
INCS= libelftc.h
|
||||
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
||||
|
||||
NO_MAN= yes
|
||||
MAN=
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= sysinit
|
||||
NO_MAN=
|
||||
MAN=
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../kshim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user