summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-06-07 09:32:23 +0000
committerru <ru@FreeBSD.org>2005-06-07 09:32:23 +0000
commitf1edfd67ca457864c8212a3860feb01b7e8e64a7 (patch)
tree46ec73ac10201f633af27d84ba345e84b051e1d0 /sbin/dhclient
parentd78c11891694d603e264051b72f7bfd1374b67a1 (diff)
downloadFreeBSD-src-f1edfd67ca457864c8212a3860feb01b7e8e64a7.zip
FreeBSD-src-f1edfd67ca457864c8212a3860feb01b7e8e64a7.tar.gz
- Remove OpenBSD'ism (bsd.own.mk).
- Remove redundant and harmful -Wall from CFLAGS.
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index 2be575f..6c838b8 100644
--- a/sbin/dhclient/Makefile
+++ b/sbin/dhclient/Makefile
@@ -31,8 +31,6 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
-.include <bsd.own.mk>
-
SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \
tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \
parse.c privsep.c
@@ -41,6 +39,4 @@ PROG= dhclient
SCRIPTS=dhclient-script
MAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhclient-script.8
-CFLAGS+=-Wall
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud