summaryrefslogtreecommitdiff
path: root/distrib/alpha/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-06 00:02:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-06 00:02:06 +0000
commit14cc13938e1a2b9e623c03d2112e7a987357f9e9 (patch)
tree961f822978da98b27efde867039c9d8e41dd6718 /distrib/alpha/Makefile
parent21d8acca5d2d5184877e1e3c7b00b26e7a472e71 (diff)
cd${rev}.iso for alpha too
Diffstat (limited to 'distrib/alpha/Makefile')
-rw-r--r--distrib/alpha/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/alpha/Makefile b/distrib/alpha/Makefile
index 379159877a3..f9a135c170e 100644
--- a/distrib/alpha/Makefile
+++ b/distrib/alpha/Makefile
@@ -1,11 +1,12 @@
-# $OpenBSD: Makefile,v 1.5 2001/01/29 21:25:45 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2003/03/06 00:02:05 deraadt Exp $
-SUBDIR= bsd.rd floppy floppyB # floppyC
+SUBDIR= bsd.rd floppy floppyB cdfs # floppyC
unconfig:
cd bsd.rd; ${MAKE} unconfig
cd floppy; ${MAKE} unconfig
cd floppyB; ${MAKE} unconfig
+ cd cdfs; ${MAKE} unconfig
# cd floppyC; ${MAKE} unconfig
.include <bsd.subdir.mk>