Change NOMAN=1 to MKMAN=no, becuase bsd.own.mk is included before NOMAN

is set.
This commit is contained in:
cjs 1999-02-12 04:09:02 +00:00
parent 6831000ea5
commit 83ad83d7a8
1 changed files with 2 additions and 2 deletions

View File

@ -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>
@ -6,6 +6,6 @@ PROG= bzip2recover
WARNS= 0
CWARNFLAGS=-Wall -Wstrict-prototypes -Wpointer-arith
LDSTATIC?= -static
NOMAN= 1
MKMAN=no
.include <bsd.prog.mk>