diff options
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" |