diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index bb297cf0280..8ad6342fbe1 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:33 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/03 13:57:28 agc Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # @@ -16,6 +16,8 @@ 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: .if !defined(ISPELL_FR) @echo '******************************************************' |