Eliminate last vestigies of NO_MAN= in the tree. Also, remove

ineffectual NOMAN= lines. These don't change the build at all.
This commit is contained in:
Warner Losh 2014-04-25 19:25:05 +00:00
parent 96267df325
commit a58f61bf3a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264925
11 changed files with 5 additions and 14 deletions

View File

@ -3,7 +3,8 @@
SHLIBDIR?= /lib
.if !defined(ENABLE_WIDEC)
NO_MAN=
# Override any MAN= setting below..
MK_MAN=no
.endif
.include <bsd.own.mk>

View File

@ -1,6 +1,6 @@
# $FreeBSD$
NO_MAN=
MAN=
.include <bsd.own.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= arcode
NOMAN= yes
MAN=
.include <../Makefile.inc>

View File

@ -4,7 +4,6 @@
PROG= ath_ee_9287_print
SRCS= main.c eeprom.c 9287.c
NOMAN= yes
MAN=
.include <../Makefile.inc>

View File

@ -3,7 +3,6 @@
.PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal
PROG= ath_ee_9300_print
NOMAN= yes
MAN=
SRCS= main.c
SRCS+= opt_ah.h

View File

@ -3,7 +3,6 @@
.PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal
PROG= ath_ee_v14_print
NOMAN= yes
MAN=
.include <../Makefile.inc>

View File

@ -4,7 +4,6 @@
PROG= ath_ee_v4k_print
SRCS= main.c eeprom.c v4k.c
NOMAN= yes
MAN=
.include <../Makefile.inc>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PROG= athalq
NOMAN= yes
MAN=
CFLAGS+= -I../../../../sys/contrib

View File

@ -20,8 +20,6 @@ SRCS= apr_cpystrn.c apr_fnmatch.c apr_getpass.c apr_hash.c \
thread_mutex.c thread_rwlock.c threadpriv.c time.c \
timestr.c userinfo.c version.c waitio.c
NOMAN= internalonly
.PATH: ${APR}/atomic/unix ${APR}/dso/unix ${APR}/file_io/unix \
${APR}/locks/unix ${APR}/memory/unix ${APR}/misc/unix \
${APR}/mmap/unix ${APR}/network_io/unix ${APR}/passwd \

View File

@ -14,8 +14,6 @@ SRCS= aggregate_buckets.c allocator.c auth.c auth_basic.c \
response_body_buckets.c response_buckets.c simple_buckets.c \
socket_buckets.c ssl_buckets.c ssltunnel.c
NOMAN= internalonly
.PATH: ${SERF}/buckets ${SERF}/auth ${SERF}
CFLAGS+= -I${.CURDIR} -I${SERF} \

View File

@ -7,8 +7,6 @@ LIB= sqlite3
SRCS= sqlite3.c
NOMAN= internalonly
.PATH: ${SQLITE}
CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} \