diff options
Diffstat (limited to 'security/xinetd/Makefile')
-rw-r--r-- | security/xinetd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 69f88b493ff5..a47c9fb4796d 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1996 # Whom: markm # -# $Id: Makefile,v 1.1.1.1 1996/07/10 22:18:38 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/17 07:58:10 obrien Exp $ # DISTNAME= xinetd.2.1.7.4 @@ -14,6 +14,8 @@ DISTFILES= xinetd.2.1.7-freebsd.4.tar.gz MAINTAINER= markm@FreeBSD.ORG WRKSRC= ${WRKDIR}/xinetd.2.1.7-freebsd.4 +MAN1= xinetd.1 +MAN5= xinetd.conf.5 xinetd.log.5 do-build: cd ${WRKSRC} ; ./compile-src -os freebsd2 -sf has_SB |