diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:03:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:03:59 +0000 |
commit | 0b7ea3e1d8f768ea56dda50b07a70862cc62ee3e (patch) | |
tree | 80c3042f64bf4bee788682ec52e3279fd11d6f74 /security/Makefile | |
parent | 1793b09287ce5a24f3a861fb87a9480fb95b6b5f (diff) | |
download | ports-0b7ea3e1d8f768ea56dda50b07a70862cc62ee3e.tar.gz ports-0b7ea3e1d8f768ea56dda50b07a70862cc62ee3e.zip |
Notes
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 8 |
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> |