diff options
author | agc <agc@pkgsrc.org> | 2012-01-22 02:54:58 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2012-01-22 02:54:58 +0000 |
commit | 716c363b3bb86a8a686b397f6ab39d2a78545846 (patch) | |
tree | 6b5d4a527f297303b29cf9132cf79059b25cc6c9 /net | |
parent | 2b378cf6acc15cd5a59864094ceacb587dfbd28d (diff) | |
download | pkgsrc-716c363b3bb86a8a686b397f6ab39d2a78545846.tar.gz |
add bird and bird6
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 5822cfb1d42..4712cf557ff 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.904 2012/01/16 22:17:08 abs Exp $ +# $NetBSD: Makefile,v 1.905 2012/01/22 02:54:58 agc Exp $ # COMMENT= Networking tools @@ -42,6 +42,8 @@ SUBDIR+= bind96 SUBDIR+= bind97 SUBDIR+= bind98 SUBDIR+= bing +SUBDIR+= bird +SUBDIR+= bird6 SUBDIR+= bittornado SUBDIR+= bittornado-gui SUBDIR+= bittorrent |