diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-22 03:06:19 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-22 03:06:19 +0000 |
commit | a28873ae01489dff9b314baede5351fa7f1df5e1 (patch) | |
tree | 7fb60289a12b9e9174e373963e692f51f6b633d0 /security | |
parent | 0d929991a3a9df282a523b51ffcdd5bf70969f9a (diff) | |
download | pkgsrc-a28873ae01489dff9b314baede5351fa7f1df5e1.tar.gz |
Some missing Makefiles, from FreeBSD.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile new file mode 100644 index 00000000000..bff48deec66 --- /dev/null +++ b/security/Makefile @@ -0,0 +1,29 @@ +# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $ +# + + SUBDIR += SSLeay + SUBDIR += cfs + SUBDIR += cops + SUBDIR += crack + SUBDIR += donkey + SUBDIR += fwtk + SUBDIR += john + SUBDIR += libident + SUBDIR += p5-Authen-Radius + SUBDIR += p5-Crypt-DES + SUBDIR += p5-Crypt-IDEA + SUBDIR += p5-MD5 + SUBDIR += p5-PGP + SUBDIR += pgp + SUBDIR += pidentd + SUBDIR += rsaref + SUBDIR += ssh + SUBDIR += sudo + SUBDIR += super + SUBDIR += swatch + SUBDIR += tcp_wrapper + SUBDIR += tripwire + SUBDIR += vscan + SUBDIR += xinetd + +.include <bsd.port.subdir.mk> |