Remove temporary hack (../libnet)

This commit is contained in:
gwr 1995-07-03 02:53:55 +00:00
parent c4746effe0
commit 5cd60330a9
1 changed files with 1 additions and 4 deletions

View File

@ -1,12 +1,9 @@
# $NetBSD: Makefile,v 1.1.1.1 1995/06/09 22:02:39 gwr Exp $
# $NetBSD: Makefile,v 1.2 1995/07/03 02:53:55 gwr Exp $
SA_PROG= netboot
SRCS= boot.c conf.c version.c dev_net.c
# XXX - These are temporary, until libsa merge is done...
DEFS= -DSTANDALONE -DSUN_BOOTPARAMS
INCL= -I. -I../libnet -I../libsa -I${S}/lib/libsa -I${S}
LIBS= ../libnet/libnet.a ../libsa/libsa.a
all: ${SA_PROG}.bin