-pull in exec.c, needed since loadfile.c

-don't pull in tftp.c anymore, it's in libsa now
This commit is contained in:
drochner 1999-02-24 19:38:17 +00:00
parent 726091e400
commit 9e8c9e9594

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 1999/02/13 02:54:46 lukem Exp $
# $NetBSD: Makefile,v 1.19 1999/02/24 19:38:17 drochner Exp $
S= ${.CURDIR}/../../../../
@ -7,7 +7,7 @@ PROG= ${BASE}.rom
MKMAN= no
NEWVERSWHAT= "Network Boot"
SRCS= main.c devopen.c conf.c dev_net.c
SRCS= main.c devopen.c conf.c dev_net.c exec.c
CLEANFILES+= ${ROMSTART} ${BASE}.bin ${BASE}.sym
@ -26,7 +26,6 @@ CFLAGS+= -Wall
# XXX should go into library
.PATH: ${.CURDIR}/../libsa
#SRCS+= tftp.c
SRCS+= nfs.c
CPPFLAGS+= -I${.CURDIR}/../libsa