diff options
author | tron <tron@pkgsrc.org> | 2002-03-22 23:02:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-22 23:02:59 +0000 |
commit | 2f743cafec6af4f774c6aa0d17ba2e31b07973b3 (patch) | |
tree | 820bcf68848ea25b5803891f5947846cda7094ab /net | |
parent | bafd05dacd0d142267fd393dd6016f2abe79dddb (diff) | |
download | pkgsrc-2f743cafec6af4f774c6aa0d17ba2e31b07973b3.tar.gz |
Add and enable "chrony" package. This fixes PR pkg/15729 by
Juergen Hannken-Illjes.
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 b292226247e..aee335f741e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.278 2002/03/14 13:12:56 wiz Exp $ +# $NetBSD: Makefile,v 1.279 2002/03/22 23:02:59 tron Exp $ # COMMENT= Networking tools @@ -25,6 +25,7 @@ SUBDIR+= bounce SUBDIR+= bridged SUBDIR+= cftp SUBDIR+= choparp +SUBDIR+= chrony SUBDIR+= cia SUBDIR+= cidr SUBDIR+= citrix_ica |