diff options
Diffstat (limited to 'distrib/alpha/Makefile')
-rw-r--r-- | distrib/alpha/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/distrib/alpha/Makefile b/distrib/alpha/Makefile index 0149db1ed34..22efc74cc34 100644 --- a/distrib/alpha/Makefile +++ b/distrib/alpha/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.13 2017/09/17 16:31:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2019/04/30 17:46:00 deraadt Exp $ -SUBDIR= bsd.rd miniroot cdfs +SUBDIR= miniroot .if make(obj) || make(cleandir) || make(clean) SUBDIR+= iso @@ -8,10 +8,5 @@ SUBDIR+= iso unconfig: cd miniroot; ${MAKE} unconfig - cd floppy; ${MAKE} unconfig - cd floppyB; ${MAKE} unconfig - cd floppyC; ${MAKE} unconfig - cd cdfs; ${MAKE} unconfig - cd iso; ${MAKE} unconfig .include <bsd.subdir.mk> |