]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add install target for dhclient
authorTed Lemon <source@isc.org>
Wed, 19 Feb 1997 10:51:29 +0000 (10:51 +0000)
committerTed Lemon <source@isc.org>
Wed, 19 Feb 1997 10:51:29 +0000 (10:51 +0000)
Makefile.dist

index b27196cf3495238b00fda8d346b52858373c8084..bb3e93c9295bcdf3c3ed51064f8e26d51b86f4ac 100644 (file)
@@ -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); \