diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 23:45:19 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 23:45:19 +0000 |
commit | 1159c12666f482fe1c96c63a61d787ea6ba75f83 (patch) | |
tree | 21c8243da51deda9b4d31e02141405b2d24c8cb2 /sys/arch/i386/stand/biosboot | |
parent | c7edf16e96a76fdc2cbbc87138b69510299e8891 (diff) |
remove @obj dependency
Diffstat (limited to 'sys/arch/i386/stand/biosboot')
-rw-r--r-- | sys/arch/i386/stand/biosboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile index 01ab3ad93f1..7d5b9205304 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/04/29 00:10:05 mickey Exp $ +# $OpenBSD: Makefile,v 1.8 1997/06/23 23:45:15 kstailey Exp $ PROG= biosboot SRCS= biosboot.S @@ -6,6 +6,7 @@ LD=ld LDFLAGS=-nostdlib -Ttext 0 -N -x -Bstatic INSTALL_STRIP= MAN= biosboot.8 +SADIR= ${.CURDIR}/.. all: machine-links |