diff options
author | rh <rh> | 2000-10-15 17:27:26 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-15 17:27:26 +0000 |
commit | 3a6a6a2f5c16cbc4e2f6b5840eb1ec161d915cbd (patch) | |
tree | ac93e0c6b1bcda5a1fb6226f14509894c9881886 /net | |
parent | 03d70a7ee83c50d7f117f757e5315fbe6d5496e8 (diff) | |
download | pkgsrc-3a6a6a2f5c16cbc4e2f6b5840eb1ec161d915cbd.tar.gz |
Add and enable tacacs
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 cf8f3c51da2..936f209a10e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2000/09/14 15:47:25 wiz Exp $ +# $NetBSD: Makefile,v 1.156 2000/10/15 17:27:26 rh Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -112,6 +112,7 @@ SUBDIR += spegla SUBDIR += srsh SUBDIR += ssync + SUBDIR += tacacs SUBDIR += tcl-scotty SUBDIR += tcpillust SUBDIR += tcptrace |