blob: 6803256545c20df9faf771e2a8fc8a3028025895 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.3 1999/12/06 21:09:12 abs Exp $
--- Makefile.head.orig Tue Nov 23 23:16:41 1999
+++ Makefile.head Tue Nov 23 23:18:40 1999
@@ -37,6 +37,7 @@
# DATADIR where datafiles for monitoring programs are created
# MSGSDIR for message files that the nocol display shows in
# in the 'messages' sub-window
+# EXAMPLESDIR directory in which to store example files
# HELPDIR where helpfiles for webnocol are kept.
BINDIR= $(ROOTDIR)/bin
ETCDIR= $(ROOTDIR)/etc
@@ -44,6 +45,7 @@
DATADIR= $(ROOTDIR)/data
MSGSDIR= $(ROOTDIR)/msgs
HELPDIR= $(ROOTDIR)/help
+EXAMPLESDIR= ${ROOTDIR}/share/examples/nocol
##
# NOCOL specific definitions:
|