diff options
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
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: |