aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:09:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-13 11:09:07 +0000
commit46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (patch)
tree8a7bd21fcc50a40c35682d0db57bae61384fea80 /sbin
parent2a53f3fb3500971b94d25af1bbc7b3db720316df (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/common/Makefile1
-rw-r--r--sbin/dhclient/dst/Makefile3
-rw-r--r--sbin/dhclient/minires/Makefile3
-rw-r--r--sbin/dhclient/omapip/Makefile1
4 files changed, 0 insertions, 8 deletions
diff --git a/sbin/dhclient/common/Makefile b/sbin/dhclient/common/Makefile
index 0e859814d763..5d4bb92f6e83 100644
--- a/sbin/dhclient/common/Makefile
+++ b/sbin/dhclient/common/Makefile
@@ -7,7 +7,6 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
LIB= dhcp
INTERNALLIB= true
-INTERNALSTATICLIB= true
SRCS= alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c dispatch.c \
dlpi.c dns.c ethernet.c execute.c fddi.c icmp.c inet.c lpf.c \
diff --git a/sbin/dhclient/dst/Makefile b/sbin/dhclient/dst/Makefile
index e0624797f1df..b501a2e8f6ea 100644
--- a/sbin/dhclient/dst/Makefile
+++ b/sbin/dhclient/dst/Makefile
@@ -7,12 +7,9 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
LIB= dst
INTERNALLIB= true
-INTERNALSTATICLIB= true
SRCS= base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c
CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB
-NOMAN= true
-
.include <bsd.lib.mk>
diff --git a/sbin/dhclient/minires/Makefile b/sbin/dhclient/minires/Makefile
index 046740e1dd9c..e0013b47737c 100644
--- a/sbin/dhclient/minires/Makefile
+++ b/sbin/dhclient/minires/Makefile
@@ -7,7 +7,6 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
LIB= res
INTERNALLIB= true
-INTERNALSTATICLIB= true
SRCS= ns_date.c ns_name.c ns_parse%FIXED.c ns_samedomain.c ns_sign.c ns_verify.c \
res_comp.c res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
@@ -15,8 +14,6 @@ SRCS= ns_date.c ns_name.c ns_parse%FIXED.c ns_samedomain.c ns_sign.c ns_verify.c
CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB
-NOMAN= true
-
CLEANFILES+= ns_parse%FIXED.c res_query%FIXED.c
ns_parse%FIXED.c: ns_parse.c
sed 's/struct _ns_flagdata _ns_flagdata/struct _ns_flagdata _ns_flagdata_DONT/' \
diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile
index 5c1b0b6585fc..f2b5fbda968e 100644
--- a/sbin/dhclient/omapip/Makefile
+++ b/sbin/dhclient/omapip/Makefile
@@ -7,7 +7,6 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
LIB= omapi
INTERNALLIB= true
-INTERNALSTATICLIB= true
SRCS= alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c \
errwarn.c generic.c handle.c hash.c inet_addr.c listener.c \