diff options
author | will <will@FreeBSD.org> | 2001-03-14 10:12:51 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-14 10:12:51 +0800 |
commit | d9b72f8ebcfe8260520553dd68a784402146b826 (patch) | |
tree | 84afd6791d61d898f0379e387f4df6b9f79e044d /net/Makefile | |
parent | 13761122274c2e6b63de671f7b76f533d9b015bb (diff) | |
download | freebsd-ports-gnome-d9b72f8ebcfe8260520553dd68a784402146b826.tar.gz freebsd-ports-gnome-d9b72f8ebcfe8260520553dd68a784402146b826.tar.zst freebsd-ports-gnome-d9b72f8ebcfe8260520553dd68a784402146b826.zip |
Add dhcping 1.0, a program to send DHCP request to DHCP server
for monitoring purposes.
PR: 25480
Submitted by: 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 5a1eaffb917b..cd0df6744767 100644 --- a/net/Makefile +++ b/net/Makefile @@ -62,6 +62,7 @@ SUBDIR += dgd SUBDIR += dgd-lpmud SUBDIR += dgd-net + SUBDIR += dhcping SUBDIR += dhid SUBDIR += dhcpconf SUBDIR += dhisd |