diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-14 02:17:49 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-14 02:17:49 +0000 |
commit | 8e72b58f8548c843117296b7742c9bedb4caf056 (patch) | |
tree | 001c64b0b249f40795373d4746951bd61e1f0608 /net/Makefile | |
parent | Add dhcping 1.0, a program to send DHCP request to DHCP server (diff) |
Add dhcpdump 1.0, a program to decode and diagnose sniffed
DHCP packets.
PR: 25481
Submitted by: Edwin Groothuis (edwin@mavetju.org)
Notes
Notes:
svn path=/head/; revision=39807
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 cd0df6744767..9ec076bcd86f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -62,6 +62,7 @@ SUBDIR += dgd SUBDIR += dgd-lpmud SUBDIR += dgd-net + SUBDIR += dhcpdump SUBDIR += dhcping SUBDIR += dhid SUBDIR += dhcpconf |