mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9d3376a517
Upgrade to 2.0pl3 Remove client support. dhclient is in the base system. Anyone needing it from ports can use 3.0
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
--- Makefile.dist.orig Tue Feb 23 13:08:50 1999
|
|
+++ Makefile.dist Tue Aug 1 19:42:55 2000
|
|
@@ -30,7 +30,7 @@
|
|
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#
|
|
|
|
-SUBDIRS= common server client relay
|
|
+SUBDIRS= common server relay
|
|
|
|
all:
|
|
@for dir in ${SUBDIRS}; do \
|