diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-12 08:55:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-12 08:55:15 +0000 |
commit | e1baf0ae9985af90d247c9001b9a15d3d398b161 (patch) | |
tree | 7d60057277b6583f8f768046855038c9dbce609c /usr.sbin/dhcp/Makefile | |
parent | 612bc0c0a807528786cee9e42133f6dea8a74f51 (diff) |
move dhclient so that crunch can find it if needed
Diffstat (limited to 'usr.sbin/dhcp/Makefile')
-rw-r--r-- | usr.sbin/dhcp/Makefile | 2 |
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> |