diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2001-03-10 17:39:43 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2001-03-10 17:39:43 +0000 |
| commit | 70fc022f31c13667ad58359dfbf3eddc2c18da99 (patch) | |
| tree | e3c0cf0fe19c208eaf7ec963b80037514a3837c6 | |
| parent | bed498b1cf5add9430e7bbdf8bc49a2e07f3c7b0 (diff) | |
Move the zziplib line to the correct location (probably a modules-update
error).
| -rw-r--r-- | devel/Makefile | 2 |
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> |
