diff options
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r-- | textproc/ispell/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 3a37080cd29..f1f40f40e4a 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/06/10 08:02:09 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/22 13:12:14 agc Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # @@ -12,10 +12,6 @@ MAINTAINER= packages@netbsd.org MAKE_FLAGS= TMPDIR=${.CURDIR} SCRIPTS_ENV= "LANG=${LANG}" -MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ - sq.1 tryaffix.1 unsq.1 -MAN4= ispell.4 english.4 - .include "../../mk/bsd.prefs.mk" pre-extract pre-build pre-install: |