diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-08-16 09:48:17 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-08-16 09:48:17 +0000 |
commit | b5a3e2922f93d6d350a5102cfbbb0a0a8a842fee (patch) | |
tree | 5a961872ac0b423307b735deeb52b3195a2fb000 /sys/arch | |
parent | d179eff9bd4cb760c09a5931364ce2c6dac77ecf (diff) |
Add cdboot...
Diffstat (limited to 'sys/arch')
-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> |