diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-24 08:03:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-24 08:03:31 +0000 |
commit | 69ac7b4b06e3e9d7105029824b2ebf9c72158d41 (patch) | |
tree | 552c84c747ef9b281cf5607631ab5a2687d6f9f6 /security | |
parent | Super is a setuid-root program that offers (diff) |
turn on super
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 f14e544e448c..97ac6a44200a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1997/02/02 20:16:39 ache Exp $ +# $Id: Makefile,v 1.15 1997/04/01 04:48:08 jdp Exp $ # SUBDIR += SSLeay @@ -17,6 +17,7 @@ SUBDIR += safe-tcl SUBDIR += ssh SUBDIR += sudo + SUBDIR += super SUBDIR += tcp_wrapper SUBDIR += tripwire SUBDIR += vscan |