blob: 8a41b00ea007b9f4c526eb47240cbb94c8d257af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-ah,v 1.17 2017/05/20 06:53:05 spz Exp $
--- site/Makefile.orig 2016-11-27 14:03:42.000000000 +0000
+++ site/Makefile
@@ -75,7 +75,8 @@ REST = \
ALL = $(REST)
-REST_INSTALLED = \
+REST_INSTALLED =
+NOTUSED = \
$D$(PATH_NEWSFEEDS) $D$(PATH_INNDHOSTS) \
$D$(PATH_NNRPDTRACK) $D$(PATH_NNTPPASS) \
$D$(PATH_CONFIG) $D$(PATH_MODERATORS) \
@@ -102,7 +103,8 @@ REST_INSTALLED = \
ALL_INSTALLED = $(REST_INSTALLED)
-SPECIAL = $D$(PATH_ACTIVE) $D$(PATH_ACTIVE_TIMES) \
+SPECIAL =
+NOTUSED2 = $D$(PATH_ACTIVE) $D$(PATH_ACTIVE_TIMES) \
$D$(PATH_NEWSGROUPS) $D$(PATH_HISTORY)
## Get new versions of everything from samples directory.
|