* Add promlib.c to common sources.
* Compile with prototype warnings turned on.
This commit is contained in:
parent
d683e62685
commit
8460b71d8d
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile.buildboot,v 1.3 1999/02/13 02:54:48 lukem Exp $
|
||||
# $NetBSD: Makefile.buildboot,v 1.4 1999/02/15 18:52:12 pk Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
.PATH: ${.CURDIR}/../common
|
||||
.PATH: ${.CURDIR}/../common ${.CURDIR}/../../sparc
|
||||
|
||||
COMMONSOURCE= srt0.S promdev.c dvma.c
|
||||
COMMONSOURCE= srt0.S promdev.c dvma.c promlib.c
|
||||
|
||||
SRCS= ${COMMONSOURCE} ${PROGSOURCE}
|
||||
MKMAN= no
|
||||
|
@ -21,6 +21,7 @@ CPPFLAGS+= -D_STANDALONE -DRELOC=${RELOC} -DSUN4 -DSUN4C -DSUN_BOOTPARAMS
|
|||
|
||||
CPPFLAGS+= -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
|
||||
CFLAGS= -O2
|
||||
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
|
||||
|
||||
### find out what to use for libkern
|
||||
KERN_AS= library
|
||||
|
|
Loading…
Reference in New Issue