summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/pxeboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/stand/pxeboot/Makefile')
-rw-r--r--sys/arch/amd64/stand/pxeboot/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/Makefile b/sys/arch/amd64/stand/pxeboot/Makefile
index d6ba0b7524f..6f54f2fb6b6 100644
--- a/sys/arch/amd64/stand/pxeboot/Makefile
+++ b/sys/arch/amd64/stand/pxeboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 2013/01/17 12:25:11 jsing Exp $
+# $OpenBSD: Makefile,v 1.15 2013/01/17 12:37:44 jsing Exp $
MAN= pxeboot.8
@@ -44,6 +44,10 @@ SRCS+= divdi3.c moddi3.c qdivrem.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
+
${PROG}: $(OBJS)
$(LD) $(LDFLAGS) -o ${PROG} $(OBJS)
@$(SIZE) $(PROG)