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/bootsd | |
parent | e79ae525d949dd8a0d698d2976afed6a2dd4393c (diff) |
hardcode mvme68k, so that obj dirs can be built from elsewhere
Diffstat (limited to 'sys/arch/mvme68k/stand/bootsd')
-rw-r--r-- | sys/arch/mvme68k/stand/bootsd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/mvme68k/stand/bootsd/Makefile b/sys/arch/mvme68k/stand/bootsd/Makefile index d098d732b4b..85f27b11a30 100644 --- a/sys/arch/mvme68k/stand/bootsd/Makefile +++ b/sys/arch/mvme68k/stand/bootsd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.7 1997/04/22 16:13:39 gvf Exp $ +# $OpenBSD: Makefile,v 1.8 1997/10/20 00:33:42 deraadt Exp $ RELOC=0x3F0000 @@ -11,10 +11,10 @@ CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS} LDFLAGS=-N -T ${RELOC} CLEANFILES+=bootsd -.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 |