diff options
author | agc <agc> | 1998-06-03 13:19:35 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-03 13:19:35 +0000 |
commit | 7cfbd333530a7297e9ceeaeaf172f5fbaebc997e (patch) | |
tree | 54b71469a51ad9395dbadfc518acce1d569a734c /news/knews | |
parent | c367fad5b4832d7dde2e09e9445283009b265445 (diff) | |
download | pkgsrc-7cfbd333530a7297e9ceeaeaf172f5fbaebc997e.tar.gz |
Include bsd.prefs.mk, in case variables are set in /etc/mk.conf
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 7fb52bcf85d..1aac68b62a6 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/22 23:45:46 tron Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/03 13:19:35 agc Exp $ # DISTNAME= knews-1.0b.0 @@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR}/knews CAT1= knews.0 +.include "../../mk/bsd.prefs.mk" + # Set DOMAIN_NAME to a string appended to the "From:" header or # DOMAIN_FILE to a file from which the domain name will be read. post-extract: |