artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c7d23
)
correct unconfig: target; Jean-Philippe Ouellet
author
deraadt
<deraadt@openbsd.org>
Sun, 20 Jul 2014 05:06:42 +0000
(
05:06
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 20 Jul 2014 05:06:42 +0000
(
05:06
+0000)
distrib/macppc/Makefile
patch
|
blob
|
history
diff --git
a/distrib/macppc/Makefile
b/distrib/macppc/Makefile
index
007519e
..
87483ce
100644
(file)
--- 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>