diff options
author | 2012-06-22 02:56:42 +0000 | |
---|---|---|
committer | 2012-06-22 02:56:42 +0000 | |
commit | 979ed9af679714bbf19c03461cfc559e33a7dfa3 (patch) | |
tree | 517aa90fde2a87dc24ed6c98fab680a93204009b | |
parent | two changes which should improve realloc. first, fix zapcacheregion to (diff) | |
download | wireguard-openbsd-979ed9af679714bbf19c03461cfc559e33a7dfa3.tar.xz wireguard-openbsd-979ed9af679714bbf19c03461cfc559e33a7dfa3.zip |
correct unconfig directories
-rw-r--r-- | distrib/sparc64/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sparc64/Makefile b/distrib/sparc64/Makefile index 8d2727824a1..7f47b9c74a4 100644 --- a/distrib/sparc64/Makefile +++ b/distrib/sparc64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2007/10/18 18:16:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2012/06/22 02:56:42 deraadt Exp $ # preserve order: 'miniroot' depends on 'bsd.rd', 'cdfs' depends on 'miniroot' SUBDIR+= ramdisk ramdiskB bsd.rd miniroot cdfs @@ -8,7 +8,7 @@ SUBDIR+= iso .endif unconfig: - cd ramdisk_cd; ${MAKE} unconfig - cd ramdiskA; ${MAKE} unconfig + cd ramdisk; ${MAKE} unconfig + cd ramdiskB; ${MAKE} unconfig .include <bsd.subdir.mk> |