From 5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 24 Oct 2004 15:33:08 +0000 Subject: For variables that are only checked with defined(), don't provide any fake value. --- sbin/dhclient/common/Makefile | 2 +- sbin/dhclient/dhcpctl/Makefile | 4 ++-- sbin/dhclient/dst/Makefile | 2 +- sbin/dhclient/minires/Makefile | 2 +- sbin/dhclient/omapip/Makefile | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sbin/dhclient') diff --git a/sbin/dhclient/common/Makefile b/sbin/dhclient/common/Makefile index 5d4bb92..8ce6d11 100644 --- a/sbin/dhclient/common/Makefile +++ b/sbin/dhclient/common/Makefile @@ -6,7 +6,7 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp .PATH: ${DIST_DIR}/common LIB= dhcp -INTERNALLIB= true +INTERNALLIB= 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/dhcpctl/Makefile b/sbin/dhclient/dhcpctl/Makefile index 1f3ecbd..15041a1 100644 --- a/sbin/dhclient/dhcpctl/Makefile +++ b/sbin/dhclient/dhcpctl/Makefile @@ -5,11 +5,11 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp .PATH: ${DIST_DIR}/dhcpctl LIB= dhcpctl -INTERNALLIB= true +INTERNALLIB= SRCS= dhcpctl.c callback.c remote.c MAN= dhcpctl.3 -NOMAN= true +NOMAN= .include diff --git a/sbin/dhclient/dst/Makefile b/sbin/dhclient/dst/Makefile index b501a2e..b200f0d 100644 --- a/sbin/dhclient/dst/Makefile +++ b/sbin/dhclient/dst/Makefile @@ -6,7 +6,7 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp .PATH: ${DIST_DIR}/dst LIB= dst -INTERNALLIB= true +INTERNALLIB= SRCS= base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c diff --git a/sbin/dhclient/minires/Makefile b/sbin/dhclient/minires/Makefile index e0013b4..df5d18e 100644 --- a/sbin/dhclient/minires/Makefile +++ b/sbin/dhclient/minires/Makefile @@ -6,7 +6,7 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp .PATH: ${DIST_DIR}/minires LIB= res -INTERNALLIB= true +INTERNALLIB= 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 \ diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile index f2b5fbd..f597e21 100644 --- a/sbin/dhclient/omapip/Makefile +++ b/sbin/dhclient/omapip/Makefile @@ -6,13 +6,13 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp .PATH: ${DIST_DIR}/omapip LIB= omapi -INTERNALLIB= true +INTERNALLIB= 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 \ message.c mrtrace.c protocol.c result.c support.c toisc.c trace.c MAN= omapi.3 -NOMAN= true +NOMAN= .include -- cgit v1.1