summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-11-22 03:06:19 +0000
committerhubertf <hubertf>1997-11-22 03:06:19 +0000
commitc6b852fd5ea1bf9c72e105e52eec481f4d036daf (patch)
tree7fb60289a12b9e9174e373963e692f51f6b633d0 /security
parent9a0742eb1600b0f86dfe7dd85fec9c696267f409 (diff)
downloadpkgsrc-c6b852fd5ea1bf9c72e105e52eec481f4d036daf.tar.gz
Some missing Makefiles, from FreeBSD.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile29
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>