diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 5ebd272e73a4..2be575f643f8 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -38,12 +38,9 @@ SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ parse.c privsep.c PROG= dhclient +SCRIPTS=dhclient-script MAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhclient-script.8 CFLAGS+=-Wall -beforeinstall: - ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/dhclient-script ${DESTDIR}/sbin/dhclient-script - .include