MKMAN does not belong in source makefiles; use NOMAN.
This commit is contained in:
parent
b20bda484e
commit
46020b9298
@ -1,4 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.3 2003/10/27 00:14:59 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2008/03/10 01:08:05 dholland Exp $
|
||||
|
||||
NOMAN=# defined (must come before bsd.own.mk)
|
||||
|
||||
.ifndef HOSTPROG
|
||||
.include <bsd.own.mk>
|
||||
@ -16,7 +18,6 @@ CPPFLAGS+= -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc \
|
||||
-I${NETBSDSRCDIR}/lib/libc/citrus/modules \
|
||||
-DHOSTPROG -DLIBC_SCCS
|
||||
YHEADER= 1
|
||||
MKMAN= no
|
||||
|
||||
.ifndef HOSTPROG
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,4 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.3 2003/10/27 00:14:59 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2008/03/10 01:08:05 dholland Exp $
|
||||
|
||||
NOMAN=# defined (must come before bsd.own.mk)
|
||||
|
||||
.ifndef HOSTPROG
|
||||
.include <bsd.own.mk>
|
||||
@ -15,7 +17,6 @@ CPPFLAGS+= -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libc \
|
||||
-I${NETBSDSRCDIR}/lib/libc/citrus \
|
||||
-DHOSTPROG -DLIBC_SCCS
|
||||
YHEADER= 1
|
||||
MKMAN= no
|
||||
|
||||
.ifndef HOSTPROG
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user