Don't use MKMAN=no define NOMAN instead.
Prompted by David Holland on tech-misc.
This commit is contained in:
parent
f67f2ea584
commit
4bcfb62209
|
@ -1,6 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.8 2006/09/28 21:17:01 skrll Exp $
|
# $NetBSD: Makefile,v 1.9 2008/03/10 20:19:28 skrll Exp $
|
||||||
|
|
||||||
PROG= xxboot
|
PROG= xxboot
|
||||||
|
NOMAN= # defined
|
||||||
SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S
|
SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S
|
||||||
|
|
||||||
CPPFLAGS+= -mpa-risc-1-0 -I${.CURDIR}/../../../.. -I. -D_STANDALONE
|
CPPFLAGS+= -mpa-risc-1-0 -I${.CURDIR}/../../../.. -I. -D_STANDALONE
|
||||||
|
@ -24,7 +25,6 @@ LINKS= ${BINDIR}/${PROG} ${BINDIR}/sdboot
|
||||||
BINDIR= /usr/mdec
|
BINDIR= /usr/mdec
|
||||||
STRIPFLAG=
|
STRIPFLAG=
|
||||||
BINMODE= 444
|
BINMODE= 444
|
||||||
MKMAN= no
|
|
||||||
|
|
||||||
# standalone program
|
# standalone program
|
||||||
LIBCRTBEGIN=
|
LIBCRTBEGIN=
|
||||||
|
|
Loading…
Reference in New Issue