diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-06-03 12:26:24 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-06-03 12:26:24 +0800 |
commit | 8b5bbb8c9d594411938e606bcfe1d0e596c74749 (patch) | |
tree | 888f938c20c1bbf06b68e627fa014ba13f87803d /net/Makefile | |
parent | 3ca58bde3a020c62e01fac4e82d8f0270e5c447f (diff) | |
download | freebsd-ports-gnome-8b5bbb8c9d594411938e606bcfe1d0e596c74749.tar.gz freebsd-ports-gnome-8b5bbb8c9d594411938e606bcfe1d0e596c74749.tar.zst freebsd-ports-gnome-8b5bbb8c9d594411938e606bcfe1d0e596c74749.zip |
Add net/pxe-pdhcp, an implementation of Preboot Execution Environment (PXE)
server which can cooperate with an existing DHCP server.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b315d3dc7c7e..501e78897c58 100644 --- a/net/Makefile +++ b/net/Makefile @@ -895,6 +895,7 @@ SUBDIR += pvm SUBDIR += pvm++ SUBDIR += pxe + SUBDIR += pxe-pdhcp SUBDIR += py-GeoIP SUBDIR += py-amqp SUBDIR += py-amqplib |