diff options
author | asami <asami@FreeBSD.org> | 1996-07-11 06:19:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-11 06:19:23 +0800 |
commit | 4270962d61f025854331774d47d1aac6a025e541 (patch) | |
tree | f301aa7f6a1acd29a9023afab7e5199c2f151105 /security/Makefile | |
parent | af1b0555df5db1056bb09c3ab2ba5d5568dc747c (diff) | |
download | freebsd-ports-graphics-4270962d61f025854331774d47d1aac6a025e541.tar.gz freebsd-ports-graphics-4270962d61f025854331774d47d1aac6a025e541.tar.zst freebsd-ports-graphics-4270962d61f025854331774d47d1aac6a025e541.zip |
Add xinetd.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index d9327142ea2..c0b1812af22 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> |