diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-01-18 21:09:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-01-18 21:09:05 +0000 |
commit | f9b13e2b82eb29e04043438332808b64bc8408f5 (patch) | |
tree | c4cce6609c005824d8324aca99251ff215e0c790 /sys/arch/i386/stand/pxeboot | |
parent | 580ce525bce1d9d66f9b358ea01a9a9877cec4ef (diff) |
fix bogus dependencies, and allow mkdep to run
checked on amd64 by rpe@
okay jsing@
Diffstat (limited to 'sys/arch/i386/stand/pxeboot')
-rw-r--r-- | sys/arch/i386/stand/pxeboot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/pxeboot/Makefile b/sys/arch/i386/stand/pxeboot/Makefile index 76093848b73..ae861e70b0d 100644 --- a/sys/arch/i386/stand/pxeboot/Makefile +++ b/sys/arch/i386/stand/pxeboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2013/01/18 04:10:16 jsing Exp $ +# $OpenBSD: Makefile,v 1.14 2013/01/18 21:09:04 espie Exp $ MAN= pxeboot.8 @@ -46,9 +46,7 @@ SRCS+= strlcpy.c .PATH: ${S}/lib/libz SRCS+= adler32.c crc32.c inflate.c inftrees.c -${.CURDIR}/srt0.S: assym.h -${SADIR}/libsa/gidt.S: assym.h -${SADIR}/libsa/pxe_call.S: assym.h +.depend srt0.o gidt.o pxe_call.o: assym.h ${PROG}: $(OBJS) $(LD) $(LDFLAGS) -o ${PROG} $(OBJS) |