summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/stand/Makefile')
-rw-r--r--sys/arch/amd64/stand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/Makefile b/sys/arch/amd64/stand/Makefile
index 54cfd25fcab..60b1eda815e 100644
--- a/sys/arch/amd64/stand/Makefile
+++ b/sys/arch/amd64/stand/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 2004/02/03 12:09:47 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2004/03/21 21:37:40 tom Exp $
.if ${MACHINE} == "amd64"
SUBDIR= etc mbr
.endif
-SUBDIR+= biosboot installboot boot
+SUBDIR+= biosboot installboot boot pxeboot
.include <bsd.subdir.mk>