diff options
author | 1999-08-16 09:48:16 +0000 | |
---|---|---|
committer | 1999-08-16 09:48:16 +0000 | |
commit | 53e653202618f1cc6cf04d9f82fb2b5723c14664 (patch) | |
tree | 6d9d34cabde6e9a740d5e1e9e2e2012f2ff7de5b | |
parent | Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough to (diff) | |
download | wireguard-openbsd-53e653202618f1cc6cf04d9f82fb2b5723c14664.tar.xz wireguard-openbsd-53e653202618f1cc6cf04d9f82fb2b5723c14664.zip |
Add cdboot...
-rw-r--r-- | sys/arch/hp300/stand/Makefile | 4 |
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> |