diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/fwtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index d42905fbe52c..f4c8cea93166 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -3,7 +3,7 @@ # Date created: 15th June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.8 1997/05/17 11:13:18 asami Exp $ +# $Id: Makefile,v 1.9 1997/05/31 22:41:49 gpalmer Exp $ # DISTNAME= fwtk-1.3 @@ -11,6 +11,8 @@ CATEGORIES= security net DISTFILES= fwtk-v1.3${EXTRACT_SUFX} fwtk-doc-only${EXTRACT_SUFX} EXTRACT_SUFX= .tar.Z +MAINTAINER= obrien@FreeBSD.org + RESTRICTED= "No form of redistribution is allowed" WRKSRC= ${WRKDIR}/fwtk |