diff options
-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: |