summaryrefslogtreecommitdiff
path: root/net/isc-dhcp41-relay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/isc-dhcp41-relay/Makefile')
-rw-r--r--net/isc-dhcp41-relay/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/isc-dhcp41-relay/Makefile b/net/isc-dhcp41-relay/Makefile
new file mode 100644
index 000000000000..f2ddb472c33c
--- /dev/null
+++ b/net/isc-dhcp41-relay/Makefile
@@ -0,0 +1,13 @@
+# Ports collection makefile for: isc-dhcp41-relay
+# Date created: 28 March 2010
+# Whom: Wesley Shields <wxs@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+COMMENT= The ISC Dynamic Host Configuration Protocol relay
+
+SUBSYS= relay
+MASTERDIR= ${.CURDIR}/../isc-dhcp41-server
+
+.include "${MASTERDIR}/Makefile"