diff options
-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> |