diff options
author | Ted Lemon <source@isc.org> | 1997-02-19 10:51:29 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1997-02-19 10:51:29 +0000 |
commit | 5f471bfebe338e51715be499085008a642f2eecd (patch) | |
tree | 3f95e727a89427b7be214aabc007a5fb62fc1860 /Makefile.dist | |
parent | fab1248b37eb349c94ea3e0c66cb4eae2e004fd1 (diff) | |
download | isc-dhcp-5f471bfebe338e51715be499085008a642f2eecd.tar.gz |
Add install target for dhclient
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 3 |
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); \ |