summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-06-07 04:35:48 +0000
committerbrooks <brooks@FreeBSD.org>2005-06-07 04:35:48 +0000
commit9a851b1b815c8f75342aef3c3bdd9d7943045a0d (patch)
tree53634a28d17017fecb10cac4fc5e344dc8e643e5 /sbin
parentf5d3bb73c0cda421df5a0357c676c5c6b377dff4 (diff)
downloadFreeBSD-src-9a851b1b815c8f75342aef3c3bdd9d7943045a0d.zip
FreeBSD-src-9a851b1b815c8f75342aef3c3bdd9d7943045a0d.tar.gz
Use SCRIPTS to install dhclient-script instead of rolling our own.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index 5ebd272..2be575f 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud