aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-10 22:19:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-10 22:19:23 +0000
commit26bcf55f4bcc599d833fc009315b4ffcdb7169a3 (patch)
treeef7540924938aabd09f1fb2d338dfdcb8567a722 /security/Makefile
parent80b11da6c8f9eb927597666ef401fd2900fb856a (diff)
downloadports-26bcf55f4bcc599d833fc009315b4ffcdb7169a3.tar.gz
ports-26bcf55f4bcc599d833fc009315b4ffcdb7169a3.zip
Add xinetd.
Notes
Notes: svn path=/head/; revision=3366
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index d9327142ea21..c0b1812af229 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1996/04/17 01:06:31 asami Exp $
+# $Id: Makefile,v 1.5 1996/06/15 07:01:00 gpalmer Exp $
#
SUBDIR += SSLeay
@@ -8,5 +8,6 @@
SUBDIR += pidentd
SUBDIR += ssh
SUBDIR += tcp_wrapper
+ SUBDIR += xinetd
.include <bsd.port.subdir.mk>