diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-20 05:06:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-20 05:06:43 +0000 |
commit | 13d8a78a514ae3dad39c66d22db6655e473d6385 (patch) | |
tree | a5603105361a8ac2a05ef6ce2e531db97b19ad09 /distrib | |
parent | 3bc4f819d0345baf4dd57e04c6a05e58701d6cd3 (diff) |
correct unconfig: target; Jean-Philippe Ouellet
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/macppc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/macppc/Makefile b/distrib/macppc/Makefile index 007519e2225..87483ce7d2d 100644 --- a/distrib/macppc/Makefile +++ b/distrib/macppc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/18 18:16:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2014/07/20 05:06:42 deraadt Exp $ SUBDIR= ramdisk @@ -7,7 +7,6 @@ SUBDIR+= iso .endif unconfig: - cd ramdisk_cd; ${MAKE} unconfig - cd ramdiskA; ${MAKE} unconfig + cd ramdisk; ${MAKE} unconfig .include <bsd.subdir.mk> |