diff options
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r-- | print/gv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 85cf02f2dff..69e632fbc91 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/24 09:20:37 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/03 14:08:50 agc Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -15,6 +15,8 @@ USE_IMAKE= yes CAT1= gv.0 +.include "../../mk/bsd.prefs.mk" + post-install: .if !defined(NOPORTDOCS) @(cd ${WRKSRC}; ${MAKE} install.doc) |