summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-03-10 17:39:43 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-03-10 17:39:43 +0000
commit70fc022f31c13667ad58359dfbf3eddc2c18da99 (patch)
treee3c0cf0fe19c208eaf7ec963b80037514a3837c6 /devel/Makefile
parentMark BROKEN for alpha: Unaligned access problems in postsuper and postlog (diff)
Move the zziplib line to the correct location (probably a modules-update
error).
Notes
Notes: svn path=/head/; revision=39435
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 380853b0b863..918d3bd08cd6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
#
- SUBDIR += zziplib
SUBDIR += ElectricFence
SUBDIR += ORBacus
@@ -428,5 +427,6 @@
SUBDIR += xwpe
SUBDIR += xxgdb
SUBDIR += yacl
+ SUBDIR += zziplib
.include <bsd.port.subdir.mk>