diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-18 22:58:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-18 22:58:16 +0000 |
commit | 21c977a0737e42949c5f91ab4b8b85583b09f985 (patch) | |
tree | 6a1e7ea339e42d354e61fefec90d496823d3a33e /sys/arch/mvme68k/stand | |
parent | c3dfa2c9bd2f69e7832f600ffab363df2f1a15de (diff) |
wrong, smurph
Diffstat (limited to 'sys/arch/mvme68k/stand')
-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 6a6dbc2c4f4..a29b441ebf8 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.9 1998/08/18 04:17:07 smurph Exp $ +# $OpenBSD: Makefile,v 1.10 1998/08/18 22:58:15 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 |