From aa6bcab07a666c44218c328e101c0f31f1e7f7ff Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 3 Jun 1998 13:50:58 +0000 Subject: Include bsd.prefs.mk so that variables can be set in /etc/mk.conf --- shells/bash2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 7c75f1d882a..cf7c473705c 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/21 14:23:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/03 13:50:58 agc Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -7,6 +7,9 @@ DISTNAME= bash-${V} CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \ ${MASTER_SITE_GNU} + +.include "../../mk/bsd.prefs.mk" + .if !defined(NOPORTDOCS) DISTFILES= bash-${V}.tar.gz bash-doc-${V}.tar.gz .endif -- cgit v1.2.3