diff options
author | rh <rh@pkgsrc.org> | 2002-04-23 12:18:10 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-23 12:18:10 +0000 |
commit | f9ba6c87679098c9af75d52a1101bc3ff91fc4c2 (patch) | |
tree | ceb78e29ff2cb4892f96a4488aa5d6d5a071951e | |
parent | 0485c0bce58f8daf0d9aad12a378e2d117ae8fca (diff) | |
download | pkgsrc-f9ba6c87679098c9af75d52a1101bc3ff91fc4c2.tar.gz |
Add and enable linc
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index b2e2517d630..117e5dec073 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.291 2002/04/21 11:07:44 rh Exp $ +# $NetBSD: Makefile,v 1.292 2002/04/23 12:18:10 rh Exp $ # COMMENT= Networking tools @@ -93,6 +93,7 @@ SUBDIR+= lftp SUBDIR+= libnids SUBDIR+= libpcap SUBDIR+= libsscript +SUBDIR+= linc SUBDIR+= lopster SUBDIR+= lukemftp SUBDIR+= lukemftpd |