diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-14 18:57:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-14 18:57:33 +0000 |
commit | 0f9c7ca9dadd38e63747271f6fccf71eade05b90 (patch) | |
tree | bf7e0fbf82744692467cbfabef71745369b77d08 /distrib/alpha/Makefile | |
parent | 045d046856b31d9814adb8833bf898746d9f342a (diff) |
make obj dirs in iso; talked with miod about it
Diffstat (limited to 'distrib/alpha/Makefile')
-rw-r--r-- | distrib/alpha/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/alpha/Makefile b/distrib/alpha/Makefile index f9a135c170e..6b2057fd404 100644 --- a/distrib/alpha/Makefile +++ b/distrib/alpha/Makefile @@ -1,7 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2003/03/06 00:02:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2007/08/14 18:57:32 deraadt Exp $ SUBDIR= bsd.rd floppy floppyB cdfs # floppyC +.if make(obj) +SUBDIR+= iso +.endif + unconfig: cd bsd.rd; ${MAKE} unconfig cd floppy; ${MAKE} unconfig |