diff options
author | tron <tron@pkgsrc.org> | 2002-04-25 15:20:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-25 15:20:36 +0000 |
commit | b0be7710e1ad21e3736f6f476ed9ffc92763d1ba (patch) | |
tree | cf53c75bd8ea70016ff9b39d57b8cbb04541e742 /net | |
parent | 2c40b182d16536ab85e57fe80d21fa3435ea870d (diff) | |
download | pkgsrc-b0be7710e1ad21e3736f6f476ed9ffc92763d1ba.tar.gz |
Add and enable "dgd" package. This fixes PR pkg/13765 by Scott Thompson.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 6f56b338a1f..1393b6342fa 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.294 2002/04/23 12:25:36 rh Exp $ +# $NetBSD: Makefile,v 1.295 2002/04/25 15:20:36 tron Exp $ # COMMENT= Networking tools @@ -41,6 +41,7 @@ SUBDIR+= coda_server SUBDIR+= dante SUBDIR+= ddclient SUBDIR+= delegate +SUBDIR+= dgd SUBDIR+= dhid SUBDIR+= dhisd SUBDIR+= dip |