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:
parent
96267df325
commit
a58f61bf3a
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
NO_MAN=
|
||||
MAN=
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= arcode
|
||||
NOMAN= yes
|
||||
MAN=
|
||||
|
||||
.include <../Makefile.inc>
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
PROG= ath_ee_9287_print
|
||||
SRCS= main.c eeprom.c 9287.c
|
||||
NOMAN= yes
|
||||
MAN=
|
||||
|
||||
.include <../Makefile.inc>
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,6 @@
|
||||
.PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal
|
||||
|
||||
PROG= ath_ee_v14_print
|
||||
NOMAN= yes
|
||||
MAN=
|
||||
|
||||
.include <../Makefile.inc>
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
PROG= ath_ee_v4k_print
|
||||
SRCS= main.c eeprom.c v4k.c
|
||||
NOMAN= yes
|
||||
MAN=
|
||||
|
||||
.include <../Makefile.inc>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= athalq
|
||||
NOMAN= yes
|
||||
MAN=
|
||||
|
||||
CFLAGS+= -I../../../../sys/contrib
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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} \
|
||||
|
@ -7,8 +7,6 @@ LIB= sqlite3
|
||||
|
||||
SRCS= sqlite3.c
|
||||
|
||||
NOMAN= internalonly
|
||||
|
||||
.PATH: ${SQLITE}
|
||||
|
||||
CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user