diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-06 00:02:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-06 00:02:06 +0000 |
commit | 14cc13938e1a2b9e623c03d2112e7a987357f9e9 (patch) | |
tree | 961f822978da98b27efde867039c9d8e41dd6718 /distrib/alpha/Makefile | |
parent | 21d8acca5d2d5184877e1e3c7b00b26e7a472e71 (diff) |
cd${rev}.iso for alpha too
Diffstat (limited to 'distrib/alpha/Makefile')
-rw-r--r-- | distrib/alpha/Makefile | 5 |
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> |