diff options
author | abs <abs@pkgsrc.org> | 2002-10-18 22:08:40 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-10-18 22:08:40 +0000 |
commit | 38b8617a3064227f16435a00a11305fed557deb3 (patch) | |
tree | 3e7b1c49f85a08cbbcaae4ea1b84cf484035c427 /net/Makefile | |
parent | f60f79f8dde6b4886e1cb2bb5afd4bace876f83f (diff) | |
download | pkgsrc-38b8617a3064227f16435a00a11305fed557deb3.tar.gz |
Import cmu-dhcpd-3.3.7.9
CMU dhcpd 3.3.7 is a combined BootP and DHCP server, available from
Carnegie Mellon University.
Development of this sofware at CMU has been halted. At Princeton
we've added a few new features, and fixed some bugs (and probably
introduced new ones, naturally). We've also incorporated patches
that others have posted. Our version is 3.3.7+PU.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 7cfbb51e13f..445dea0ea06 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.337 2002/10/15 15:37:22 cjep Exp $ +# $NetBSD: Makefile,v 1.338 2002/10/18 22:08:41 abs Exp $ # COMMENT= Networking tools @@ -33,6 +33,7 @@ SUBDIR+= chrony SUBDIR+= cia SUBDIR+= cidr SUBDIR+= citrix_ica +SUBDIR+= cmu-dhcpd SUBDIR+= coda5_client SUBDIR+= coda5_server SUBDIR+= coda_client |