diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-18 18:16:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-18 18:16:21 +0000 |
commit | f89a03f157c8a7a94151d70dce5d49d28fd2437c (patch) | |
tree | ad258eb08364c84cb61c6408bf105fc4c21017ca /distrib/alpha | |
parent | 86e465de7e80c0ae14bdf9e9352a033b9ff71737 (diff) |
enter iso dir for clean/cleandir, too, to delete dribbles
Diffstat (limited to 'distrib/alpha')
-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 |