summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-21 10:02:12 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-21 10:02:12 +0000
commitca43aba394c3633bb3f02c9b89df7495e6db5e89 (patch)
tree67137dea79b93e7fe854e5c58be2044181e798cc /sys/arch/i386/stand/boot/Makefile
parent572cbf65df19540fed3718f8771b519637279d55 (diff)
/boot engine is in sys/stand/boot/ now (;
use it, reuse it, i can't imagine any brokenness ...
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r--sys/arch/i386/stand/boot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index 26e66918800..91ed167d967 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 1997/09/02 21:58:20 mickey Exp $
+# $OpenBSD: Makefile,v 1.14 1997/09/21 10:02:09 mickey Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c conf.c
@@ -13,6 +13,8 @@ SADIR= ${.CURDIR}/..
LDADD= ${LIBSA} ${LIBZ}
DPADD= ${LIBSA} ${LIBZ}
+.PATH: ${S}/stand/boot
+
all: machine-links
machine-links: