diff options
author | asami <asami@FreeBSD.org> | 1996-11-12 13:00:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-12 13:00:34 +0800 |
commit | d7e5c15d5b99662375eddd1393dc79d002213e1f (patch) | |
tree | a490c073ac8a3e8f13014d389966d1bfff7e422f /security | |
parent | d0119c91cb7bcbd2fcf58aa872a7bbb7ffe12749 (diff) | |
download | freebsd-ports-gnome-d7e5c15d5b99662375eddd1393dc79d002213e1f.tar.gz freebsd-ports-gnome-d7e5c15d5b99662375eddd1393dc79d002213e1f.tar.zst freebsd-ports-gnome-d7e5c15d5b99662375eddd1393dc79d002213e1f.zip |
sudo is moved from sysutils to security.
Forgotten by: obrien ;)
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index f8bb81994be7..4ff4a99e36d3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1996/10/24 08:38:44 jfitz Exp $ +# $Id: Makefile,v 1.9 1996/10/27 10:11:19 max Exp $ # SUBDIR += SSLeay @@ -12,6 +12,7 @@ SUBDIR += pgp SUBDIR += pidentd SUBDIR += ssh + SUBDIR += sudo SUBDIR += tcp_wrapper SUBDIR += vscan SUBDIR += xinetd |