diff options
Diffstat (limited to 'misc/fep')
-rw-r--r-- | misc/fep/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index ec02be91d3c..cc54dfda13e 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 18:09:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/08 01:16:45 jtb Exp $ # FreeBSD Id: Makefile,v 1.2 1996/11/11 05:49:31 obrien Exp # @@ -10,6 +10,11 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/ MAINTAINER= nobu@psrc.isac.co.jp COMMENT= General purpose front end for command line editing +LICENSE= limited-redistribution +RESTRICTED= Do not redistribute for a fee +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + NO_WRKSUBDIR= yes MANCOMPRESSED= yes |