diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:33:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-20 00:33:51 +0000 |
commit | 1577e7e9fd854b3e5e9d867a9fae65f922b5ce43 (patch) | |
tree | 0fec12e3750b362113732ecc62123e7d52da2974 /sys/arch/mvme68k/stand/netboot/Makefile | |
parent | e79ae525d949dd8a0d698d2976afed6a2dd4393c (diff) |
hardcode mvme68k, so that obj dirs can be built from elsewhere
Diffstat (limited to 'sys/arch/mvme68k/stand/netboot/Makefile')
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/mvme68k/stand/netboot/Makefile b/sys/arch/mvme68k/stand/netboot/Makefile index dcde93b7057..6a7406ed935 100644 --- a/sys/arch/mvme68k/stand/netboot/Makefile +++ b/sys/arch/mvme68k/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/04/27 20:56:30 millert Exp $ +# $OpenBSD: Makefile,v 1.8 1997/10/20 00:33:48 deraadt Exp $ RELOC=0x3F0000 SIZE?= size @@ -10,10 +10,10 @@ INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \ CFLAGS= -O2 ${DEFS} ${INCPATH} ${COPTS} CLEANFILES+=netboot netboot.bin -.include "${S}/arch/${MACHINE}/stand/bugcrt/Makefile.inc" -.include "${S}/arch/${MACHINE}/stand/libbug/Makefile.inc" -.include "${S}/arch/${MACHINE}/stand/libsa/Makefile.inc" -.include "${S}/arch/${MACHINE}/stand/libz/Makefile.inc" +.include "${S}/arch/mvme68k/stand/bugcrt/Makefile.inc" +.include "${S}/arch/mvme68k/stand/libbug/Makefile.inc" +.include "${S}/arch/mvme68k/stand/libsa/Makefile.inc" +.include "${S}/arch/mvme68k/stand/libz/Makefile.inc" SRCS= boot.c conf.c version.c devopen.c dev_net.c SRCS+= if_ie.c if_le.c |