diff options
Diffstat (limited to 'distrib/alpha/Makefile')
-rw-r--r-- | distrib/alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/Makefile b/distrib/alpha/Makefile index 6b2057fd404..a04c131c043 100644 --- a/distrib/alpha/Makefile +++ b/distrib/alpha/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2007/08/14 18:57:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2007/10/18 18:16:19 deraadt Exp $ SUBDIR= bsd.rd floppy floppyB cdfs # floppyC -.if make(obj) +.if make(obj) || make(cleandir) || make(clean) SUBDIR+= iso .endif |