diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-15 19:26:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-15 19:26:44 +0800 |
commit | 0411fccbe673340474729b097b3d68d19ac2742e (patch) | |
tree | b0c53a9897d1f4b0c9846bd70a0815bda6746702 /net/Makefile | |
parent | e1becd31fd1c01f26f7fd2fda9dee81f433dd491 (diff) | |
download | freebsd-ports-graphics-0411fccbe673340474729b097b3d68d19ac2742e.tar.gz freebsd-ports-graphics-0411fccbe673340474729b097b3d68d19ac2742e.tar.zst freebsd-ports-graphics-0411fccbe673340474729b097b3d68d19ac2742e.zip |
Add net/dhcprelay, a DHCP Relay Agent.
See the pkg-descr for reasoning why I had to make this one.
WWW: http://www.mavetju.org/networking/
Author: Edwin Groothuis <edwin@mavetju.org>
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 32346da44c2..29ee9bf63ed 100644 --- a/net/Makefile +++ b/net/Makefile @@ -107,6 +107,7 @@ SUBDIR += dhcp6 SUBDIR += dhcpdump SUBDIR += dhcping + SUBDIR += dhcprelay SUBDIR += dictd SUBDIR += dictd-database SUBDIR += diradmin |