diff options
author | wxs <wxs@FreeBSD.org> | 2010-05-07 04:24:01 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-05-07 04:24:01 +0800 |
commit | d4cf4afc066b8f9c02aa1671eb15ea04beb1f12f (patch) | |
tree | 26ce73653bdf65b17fc27f12edd62022c7b04774 /net/Makefile | |
parent | 6e70cf935f8d48bdc58d9b904f3052d086963339 (diff) | |
download | freebsd-ports-gnome-d4cf4afc066b8f9c02aa1671eb15ea04beb1f12f.tar.gz freebsd-ports-gnome-d4cf4afc066b8f9c02aa1671eb15ea04beb1f12f.tar.zst freebsd-ports-gnome-d4cf4afc066b8f9c02aa1671eb15ea04beb1f12f.zip |
Welcome net/isc-dhcp41-server, net/isc-dhcp41-client and net/isc-dhcp41-relay
to the tree.
There's still a small bit of work to do including adding conflicts for the
existing DHCP ports (which should have been conflicting with each other
already) and add a 41-devel port so people can use the headers and libraries.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a94cb1ed7d12..4ba38d57d35c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -260,6 +260,9 @@ SUBDIR += isc-dhcp31-client SUBDIR += isc-dhcp31-relay SUBDIR += isc-dhcp31-server + SUBDIR += isc-dhcp41-server + SUBDIR += isc-dhcp41-client + SUBDIR += isc-dhcp41-relay SUBDIR += iscsi-target SUBDIR += istgt SUBDIR += iwi-firmware |