Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes s/MAKETOCS/MKTOCS/
details: https://anonhg.NetBSD.org/src/rev/a591dce3c1cc
branches: trunk
changeset: 518511:a591dce3c1cc
user: jhawk <jhawk%NetBSD.org@localhost>
date: Sat Dec 01 17:54:11 2001 +0000
description:
s/MAKETOCS/MKTOCS/
diffstat:
distrib/notes/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9e84f2a14aba -r a591dce3c1cc distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc Sat Dec 01 17:30:07 2001 +0000
+++ b/distrib/notes/Makefile.inc Sat Dec 01 17:54:11 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.20 2001/11/30 22:20:03 jhawk Exp $
+# $NetBSD: Makefile.inc,v 1.21 2001/12/01 17:54:11 jhawk Exp $
#
# Ross Harvey <ross%netbsd.org@localhost>
@@ -6,7 +6,7 @@
.include <bsd.own.mk> # So we get /etc/mk.conf vars.
# Whether or not to regenerate tables of contents
-MAKETOCS?=yes
+MKTOCS?=yes
M?= ${.CURDIR:T}
V!= /bin/sh ${.CURDIR}/../../../sys/conf/osrelease.sh
@@ -45,7 +45,7 @@
all: ${TARGS}
-.if ${MAKETOCS} != "no"
+.if ${MKTOCS} != "no"
TOCDEPS = ${TOCS}
.else
TOCDEPS =
Home |
Main Index |
Thread Index |
Old Index