It's hfs.c, not hfs. Add -I${.CURDIR} for objdirs. XXX hfs.c should

be integrated into libsa.
This commit is contained in:
matt 2000-11-16 07:36:04 +00:00
parent 73842568e7
commit 9dd26cf7c4
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.19 2000/11/14 11:25:34 tsubai Exp $
# $NetBSD: Makefile,v 1.20 2000/11/16 07:36:04 matt Exp $
S= ${.CURDIR}/../../../..
PROG= ofwboot
FILES= ${PROG}.elf ${PROG}.xcf
SRCS= Locore.c boot.c ofdev.c hfs net.c netif_of.c vers.c
SRCS= Locore.c boot.c ofdev.c hfs.c net.c netif_of.c vers.c
XCOFFXTRA= Xcoffxtra.c
XCOFFXTRAOBJ= Xcoffxtra.o
CFLAGS+= -msoft-float
#CFLAGS+= -DDEBUG -DNETIF_DEBUG
CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP
CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP -I${.CURDIR}
DBG= -Os -mmultiple
.PATH: ${S}/arch/powerpc/powerpc