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/macppc | |
parent | 045d046856b31d9814adb8833bf898746d9f342a (diff) |
make obj dirs in iso; talked with miod about it
Diffstat (limited to 'distrib/macppc')
-rw-r--r-- | distrib/macppc/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/distrib/macppc/Makefile b/distrib/macppc/Makefile index a3b24ec9062..2660bc13af6 100644 --- a/distrib/macppc/Makefile +++ b/distrib/macppc/Makefile @@ -1,5 +1,13 @@ -# $OpenBSD: Makefile,v 1.1 2001/09/01 16:47:03 drahn Exp $ +# $OpenBSD: Makefile,v 1.2 2007/08/14 18:57:32 deraadt Exp $ SUBDIR= ramdisk +.if make(obj) +SUBDIR+= iso +.endif + +unconfig: + cd ramdisk_cd; ${MAKE} unconfig + cd ramdiskA; ${MAKE} unconfig + .include <bsd.subdir.mk> |