summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-06-30 21:11:20 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-06-30 21:11:20 +0000
commit5d7ae449f24f23c9db2870e5e2c4f2b73bb92f01 (patch)
tree577b1508444b733400817568977a69f58168dbf2 /sys/arch/i386/stand/boot
parent3526d37e4b7690307deac67af27ae6d49a5983e7 (diff)
remove obj@ dependency again
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r--sys/arch/i386/stand/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index b6169356862..60bff25d986 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:28 millert Exp $
+# $OpenBSD: Makefile,v 1.7 1997/06/30 21:11:19 kstailey Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c conf.c
@@ -9,7 +9,7 @@ LD=ld
LDFLAGS+=-nostdlib -Ttext $(START) -z -x -e start_boot -Bstatic
INSTALL_STRIP=
MAN= boot.8
-SADIR=${.CURDIR}/..
+SADIR= ${.CURDIR}/..
LDADD= ${LIBSA} ${LIBZ}
DPADD= ${LIBSA} ${LIBZ}