diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-15 00:36:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-15 00:36:29 +0000 |
commit | 2411c7ab3f05c9a374d1ad44dc734e8e7a2cffbc (patch) | |
tree | 5fe8ae15a7622764bbe4de4dc18d955adf49c211 /security/Makefile | |
parent | 16c2ca250dcd88049b864c6c0f1cc59e1b85c2a3 (diff) | |
download | pkgsrc-2411c7ab3f05c9a374d1ad44dc734e8e7a2cffbc.tar.gz |
sudo works
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 1aadddefd99..97ad856d854 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1997/12/14 16:48:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/15 00:36:29 hubertf Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -19,7 +19,7 @@ # SUBDIR += pidentd # SUBDIR += rsaref SUBDIR += ssh -# SUBDIR += sudo + SUBDIR += sudo # SUBDIR += super # SUBDIR += swatch # SUBDIR += tcp_wrapper |