summaryrefslogtreecommitdiff
path: root/Makefile.dist
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-02-19 10:51:29 +0000
committerTed Lemon <source@isc.org>1997-02-19 10:51:29 +0000
commit5f471bfebe338e51715be499085008a642f2eecd (patch)
tree3f95e727a89427b7be214aabc007a5fb62fc1860 /Makefile.dist
parentfab1248b37eb349c94ea3e0c66cb4eae2e004fd1 (diff)
downloadisc-dhcp-5f471bfebe338e51715be499085008a642f2eecd.tar.gz
Add install target for dhclient
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.dist b/Makefile.dist
index b27196cf..bb3e93c9 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -200,8 +200,9 @@ CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
all: dhcpd dhclient dhcpxlt $(CATMANPAGES)
-install: dhcpd $(CATMANPAGES)
+install: dhcpd dhclient $(CATMANPAGES)
$(INSTALL) dhcpd $(BINDIR); $(CHMOD) 755 $(BINDIR)/dhcpd
+ $(INSTALL) dhclient $(BINDIR); $(CHMOD) 755 $(BINDIR)/dhclient
if [ ! -d $(ADMMANDIR) ]; then \
mkdir $(ADMMANDIR); \
chmod 755 $(ADMMANDIR); \