aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-13 00:03:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-13 00:03:59 +0000
commit0b7ea3e1d8f768ea56dda50b07a70862cc62ee3e (patch)
tree80c3042f64bf4bee788682ec52e3279fd11d6f74 /security/Makefile
parent1793b09287ce5a24f3a861fb87a9480fb95b6b5f (diff)
downloadports-0b7ea3e1d8f768ea56dda50b07a70862cc62ee3e.tar.gz
ports-0b7ea3e1d8f768ea56dda50b07a70862cc62ee3e.zip
New Makefile with pgp, pidentd and tcp_wrapper.
Notes
Notes: svn path=/head/; revision=1955
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
new file mode 100644
index 000000000000..3b31329c4ec0
--- /dev/null
+++ b/security/Makefile
@@ -0,0 +1,8 @@
+# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $
+#
+
+ SUBDIR += pgp
+ SUBDIR += pidentd
+ SUBDIR += tcp_wrapper
+
+.include <bsd.port.subdir.mk>