diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/bootst')
-rw-r--r-- | sys/arch/mvme68k/stand/bootst/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mvme68k/stand/bootst/Makefile b/sys/arch/mvme68k/stand/bootst/Makefile index c8cb9255745..82d4e27aeac 100644 --- a/sys/arch/mvme68k/stand/bootst/Makefile +++ b/sys/arch/mvme68k/stand/bootst/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.8 1997/04/22 16:13:40 gvf Exp $ +# $OpenBSD: Makefile,v 1.9 1997/10/20 00:33:43 deraadt Exp $ RELOC=0x3F0000 SIZE?= size @@ -11,11 +11,11 @@ INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \ CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS} CLEANFILES+=stboot bootst bootst.bug -.include "${S}/arch/${MACHINE}/stand/wrtvid/Makefile.inc" -.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/wrtvid/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 dev_tape.c rawfs.c version.c |