diff options
author | hubertf <hubertf> | 1997-12-14 16:48:01 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-14 16:48:01 +0000 |
commit | 006256f9337a312f4a1c65ad3a8d138fdcdb6061 (patch) | |
tree | e9edfcead56676574a1e5dfb5f26af154f875058 /security | |
parent | 80956e3e0b20ef2c1f0154d4ad853722247d111a (diff) | |
download | pkgsrc-006256f9337a312f4a1c65ad3a8d138fdcdb6061.tar.gz |
ssh works
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index b2fcc886a2d..1aadddefd99 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/11/22 03:13:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/14 16:48:01 hubertf Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -18,7 +18,7 @@ # SUBDIR += pgp # SUBDIR += pidentd # SUBDIR += rsaref -# SUBDIR += ssh + SUBDIR += ssh # SUBDIR += sudo # SUBDIR += super # SUBDIR += swatch |