summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-06-23 23:45:19 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-06-23 23:45:19 +0000
commit1159c12666f482fe1c96c63a61d787ea6ba75f83 (patch)
tree21c8243da51deda9b4d31e02141405b2d24c8cb2 /sys/arch/i386/stand/installboot
parentc7edf16e96a76fdc2cbbc87138b69510299e8891 (diff)
remove @obj dependency
Diffstat (limited to 'sys/arch/i386/stand/installboot')
-rw-r--r--sys/arch/i386/stand/installboot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile
index 9225494c973..83183a0a50e 100644
--- a/sys/arch/i386/stand/installboot/Makefile
+++ b/sys/arch/i386/stand/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1997/03/31 23:06:24 mickey Exp $
+# $OpenBSD: Makefile,v 1.4 1997/06/23 23:45:16 kstailey Exp $
PROG= installboot
MAN= installboot.8
@@ -6,4 +6,6 @@ MAN= installboot.8
# Need this to work in the miniroot
LDSTATIC= -static
+SADIR= ${.CURDIR}/..
+
.include <bsd.prog.mk>