summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-12 08:55:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-12 08:55:15 +0000
commite1baf0ae9985af90d247c9001b9a15d3d398b161 (patch)
tree7d60057277b6583f8f768046855038c9dbce609c /usr.sbin/dhcp/Makefile
parent612bc0c0a807528786cee9e42133f6dea8a74f51 (diff)
move dhclient so that crunch can find it if needed
Diffstat (limited to 'usr.sbin/dhcp/Makefile')
-rw-r--r--usr.sbin/dhcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/Makefile b/usr.sbin/dhcp/Makefile
index 16950233593..5c5145734ca 100644
--- a/usr.sbin/dhcp/Makefile
+++ b/usr.sbin/dhcp/Makefile
@@ -30,6 +30,6 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
-SUBDIR= server client relay common
+SUBDIR= server dhclient relay common
.include <bsd.subdir.mk>