diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:58:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:58:37 +0800 |
commit | 3857555a39a3d54ed2f8a79f7c4a243e47dff9a3 (patch) | |
tree | a15422c14a701b6dd70d33b0c58d30a6ec4f91a3 /security | |
parent | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (diff) | |
download | freebsd-ports-graphics-3857555a39a3d54ed2f8a79f7c4a243e47dff9a3.tar.gz freebsd-ports-graphics-3857555a39a3d54ed2f8a79f7c4a243e47dff9a3.tar.zst freebsd-ports-graphics-3857555a39a3d54ed2f8a79f7c4a243e47dff9a3.zip |
smurflog is moved from net to security.
Forgotten by: nectar :)
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index bdfef37ec3a..9638a8ecd5e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 1998/07/20 02:39:54 steve Exp $ +# $Id: Makefile,v 1.33 1998/08/04 18:01:09 obrien Exp $ # SUBDIR += SSLeay @@ -25,8 +25,9 @@ SUBDIR += pgp5 SUBDIR += pidentd SUBDIR += rsaref - SUBDIR += ssh SUBDIR += skip + SUBDIR += smurflog + SUBDIR += ssh SUBDIR += sudo SUBDIR += super SUBDIR += swatch |