summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1999-08-16 09:48:16 +0000
committerdownsj <downsj@openbsd.org>1999-08-16 09:48:16 +0000
commit53e653202618f1cc6cf04d9f82fb2b5723c14664 (patch)
tree6d9d34cabde6e9a740d5e1e9e2e2012f2ff7de5b
parentImplement real CD booting, aka SYS_CDBOOT, the LIF file small enough to (diff)
downloadwireguard-openbsd-53e653202618f1cc6cf04d9f82fb2b5723c14664.tar.xz
wireguard-openbsd-53e653202618f1cc6cf04d9f82fb2b5723c14664.zip
Add cdboot...
-rw-r--r--sys/arch/hp300/stand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/Makefile b/sys/arch/hp300/stand/Makefile
index 2a66f50f36c..45d5dd07384 100644
--- a/sys/arch/hp300/stand/Makefile
+++ b/sys/arch/hp300/stand/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.15 1999/08/16 09:43:07 downsj Exp $
+# $OpenBSD: Makefile,v 1.16 1999/08/16 09:48:16 downsj Exp $
# $NetBSD: Makefile,v 1.23 1997/02/04 03:51:37 thorpej Exp $
-SUBDIR= libsa libsaz libkern libz common mkboot uboot installboot
+SUBDIR= libsa libsaz libkern libz common mkboot uboot cdboot installboot
.include <bsd.subdir.mk>