mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
28 lines
716 B
Text
28 lines
716 B
Text
--- lib/Makefile.in.orig Fri Dec 21 02:12:11 2001
|
|
+++ lib/Makefile.in Fri Dec 21 02:13:06 2001
|
|
@@ -123,13 +123,12 @@
|
|
silcutil \
|
|
silcclient \
|
|
silcsftp \
|
|
- dotconf \
|
|
trq
|
|
|
|
|
|
# zlib
|
|
-SUBDIRS = contrib silccore silccrypt silcsim silcmath silcske silcutil trq dotconf silcsftp
|
|
-DIST_SUBDIRS = contrib silccore silccrypt silcsim silcmath silcske silcutil trq dotconf silcsftp
|
|
+SUBDIRS = contrib silccore silccrypt silcsim silcmath silcske silcutil trq silcsftp
|
|
+DIST_SUBDIRS = contrib silccore silccrypt silcsim silcmath silcske silcutil trq silcsftp
|
|
|
|
# SILC Library dirs
|
|
SILCLIB_DIRS = \
|
|
@@ -141,8 +140,7 @@
|
|
silcske \
|
|
silcutil \
|
|
silcsftp \
|
|
- trq \
|
|
- dotconf
|
|
+ trq
|
|
|
|
|
|
# SILC Client Library dirs
|