NetBSD/distrib/notes/Makefile
jhawk a5c0fa3864 Based on feedback (various), remove the .toc files from CVS,
and instead generate them each and every time (twice!).
Based on a suggestion from Alan Barrett, allow setting MAKETOC=no
to permit rebuilding the install notes without regenerating the
.toc files, to allow more speedy debugging of markup changes.
2001-11-30 22:20:03 +00:00

17 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.17 2001/11/30 22:20:03 jhawk Exp $
#
TARGETS+= release
.ifndef ALLNOTES
.if exists(${MACHINE}/Makefile)
SUBDIR= ${MACHINE}
.endif
.else
SUBDIR= alpha amiga arm26 arm32 atari hp300 hpcmips i386
SUBDIR+=mac68k macppc mvme68k news68k next68k pc532 pmax sparc
SUBDIR+=sparc64 sun3 vax x68k
.endif
.include <bsd.subdir.mk>