correct unconfig: target; Jean-Philippe Ouellet
authorderaadt <deraadt@openbsd.org>
Sun, 20 Jul 2014 05:06:42 +0000 (05:06 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 20 Jul 2014 05:06:42 +0000 (05:06 +0000)
distrib/macppc/Makefile

index 007519e..87483ce 100644 (file)
@@ -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>