diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-05-06 20:24:01 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-05-06 20:24:01 +0000 |
commit | 541cf69201db734d98c45cf5b9d3c00f09c74876 (patch) | |
tree | 90f8963c6cfd5eb0c127b7917f8876221fba93f6 /net/isc-dhcp41-client/Makefile | |
parent | 0ddf44d29123fa231e12bf24749199ea533b6aa4 (diff) | |
download | ports-541cf69201db734d98c45cf5b9d3c00f09c74876.tar.gz ports-541cf69201db734d98c45cf5b9d3c00f09c74876.zip |
Notes
Diffstat (limited to 'net/isc-dhcp41-client/Makefile')
-rw-r--r-- | net/isc-dhcp41-client/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/isc-dhcp41-client/Makefile b/net/isc-dhcp41-client/Makefile new file mode 100644 index 000000000000..afe6d36b5ae7 --- /dev/null +++ b/net/isc-dhcp41-client/Makefile @@ -0,0 +1,13 @@ +# Ports collection makefile for: isc-dhcp41-client +# Date created: 28 March 2010 +# Whom: Wesley Shields <wxs@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= The ISC Dynamic Host Configuration Protocol client + +SUBSYS= client +MASTERDIR= ${.CURDIR}/../isc-dhcp41-server + +.include "${MASTERDIR}/Makefile" |