diff options
author | Ted Lemon <source@isc.org> | 1999-09-02 00:29:52 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-09-02 00:29:52 +0000 |
commit | 8e6a94b95940ad22e2f067589d64881944efb582 (patch) | |
tree | 883ca2662c642c58cc25e243c01556796e422303 /Makefile.dist | |
parent | 0085542655ace73f23aa01b23f7f6708b724c9ec (diff) | |
download | isc-dhcp-8e6a94b95940ad22e2f067589d64881944efb582.tar.gz |
Add dhcpctl and omapi subdirectories
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dist b/Makefile.dist index a96d277e..b2708947 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -17,7 +17,7 @@ # http://www.isc.org for more information. # -SUBDIRS= common server client relay +SUBDIRS= common omapip server client relay dhcpctl all: @for dir in ${SUBDIRS}; do \ |