diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-31 03:12:56 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-31 03:12:56 +0000 |
commit | cfb333a3ef0551abd941ab5a5393d7add0f8d528 (patch) | |
tree | 367e35a6283079f64638654cc016247d16b3b179 /net/Makefile | |
parent | a04eba9ba60e87c26c6726b0453d632a28d73821 (diff) |
Add ddc 1.0, a program to control your DHCP daemon a la apachectl.
PR: 25479
Submitted by: Edwin Groothuis (edwin@mavetju.org)
Notes
Notes:
svn path=/head/; revision=40629
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 f7ce825db484..28de9173786a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -57,6 +57,7 @@ SUBDIR += cvsupit SUBDIR += dante SUBDIR += datapipe + SUBDIR += ddc SUBDIR += ddup SUBDIR += delegate SUBDIR += despoof |