diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-15 11:26:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-15 11:26:44 +0000 |
commit | aba6b27e0f0717eca38a4ed550ba1f0e6dbb3f10 (patch) | |
tree | f25c02e0f2ddd6438cfa23d77f870f14815c006a /net/Makefile | |
parent | a168a326aac362e274efbdddcecc978d5d125242 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=148362
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 32346da44c2c..29ee9bf63ed1 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 |