Defer bsd.own.mk include after NOMAN.

This commit is contained in:
joerg 2011-01-23 13:17:02 +00:00
parent 467daf4b3b
commit 0a2c0c7571
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,4 @@
# $NetBSD: Makefile,v 1.5 2011/01/22 19:19:25 joerg Exp $
.include <bsd.own.mk>
# $NetBSD: Makefile,v 1.6 2011/01/23 13:17:02 joerg Exp $
PROG= zboot
@ -13,6 +11,8 @@ SRCS+= getsecs.c termios.c unixcons.c unixdev.c unixsys.S
NOMAN= # defined
.include <bsd.own.mk>
CFLAGS+= -Wall -Wno-main
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
CFLAGS+= -fno-stack-protector -fno-builtin -ffreestanding