diff options
author | asami <asami@FreeBSD.org> | 1995-07-13 00:03:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-13 00:03:59 +0000 |
commit | 060c859a715b57dae8c9a69433948f474a7ed361 (patch) | |
tree | a2e964a3f0456b2956c2cc2095f6beb4b13e02f3 /security | |
parent | a420ef00e19221bd8c0e27cdbdcdc517ac1f156b (diff) | |
download | FreeBSD-ports-060c859a715b57dae8c9a69433948f474a7ed361.zip FreeBSD-ports-060c859a715b57dae8c9a69433948f474a7ed361.tar.gz |
New Makefile with pgp, pidentd and tcp_wrapper.
Diffstat (limited to 'security')
-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 0000000..3b31329 --- /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> |