Change NOMAN=1 to MKMAN=no, becuase bsd.own.mk is included before NOMAN
is set.
This commit is contained in:
parent
6831000ea5
commit
83ad83d7a8
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.1 1998/09/14 04:42:21 ross Exp $
|
# $NetBSD: Makefile,v 1.2 1999/02/12 04:09:02 cjs Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
|
@ -6,6 +6,6 @@ PROG= bzip2recover
|
||||||
WARNS= 0
|
WARNS= 0
|
||||||
CWARNFLAGS=-Wall -Wstrict-prototypes -Wpointer-arith
|
CWARNFLAGS=-Wall -Wstrict-prototypes -Wpointer-arith
|
||||||
LDSTATIC?= -static
|
LDSTATIC?= -static
|
||||||
NOMAN= 1
|
MKMAN=no
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
Loading…
Reference in New Issue