diff options
Diffstat (limited to 'news/inn/Makefile.common')
-rw-r--r-- | news/inn/Makefile.common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/news/inn/Makefile.common b/news/inn/Makefile.common new file mode 100644 index 00000000000..f0e99a5d46c --- /dev/null +++ b/news/inn/Makefile.common @@ -0,0 +1,6 @@ +# $NetBSD: Makefile.common,v 1.1 2003/07/29 16:27:26 wiz Exp $ +# + +INN_PREFIX?= ${PREFIX}/inn +INN_DATA_DIR?= /var/news +INN_SPOOL?= ${INN_DATA_DIR}/spool |