diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-03-21 21:37:42 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-03-21 21:37:42 +0000 |
commit | b6bedfcd017a291b7e736a57597a5dbeb552cd1d (patch) | |
tree | 149286d1847005927bde0e9a93f2efa1c1a6278a /sys/arch/amd64/stand/Makefile | |
parent | 8c6e84988022919eccc722f39a6b132f873506d7 (diff) |
Enter pxeboot on amd64. Initially intended to support network installs
using bsd.rd over TFTP.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/stand/Makefile')
-rw-r--r-- | sys/arch/amd64/stand/Makefile | 4 |
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> |