Fix problem introduced with the MKMAN->NOMAN conversion.
This commit is contained in:
parent
327f6e3bc2
commit
816077b47e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2001/12/12 01:49:51 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/12/13 22:33:20 tv Exp $
|
||||
|
||||
CURDIR= ${.CURDIR}
|
||||
S= ${CURDIR}/../../../..
|
||||
|
@ -13,8 +13,8 @@ OBJS=
|
|||
CLEANFILES= assym.fth.h assym.fth.h.tmp machine sparc \
|
||||
bootblk bootblk.text bootblk.text.tmp
|
||||
|
||||
NOMAN=
|
||||
# definedSTRIPFLAG=
|
||||
NOMAN= # defined
|
||||
STRIPFLAG=
|
||||
|
||||
# deal with Solaris vs. NetBSD build environments for now ..
|
||||
OS!=uname -s
|
||||
|
|
Loading…
Reference in New Issue