NetBSD/distrib/notes/Makefile

17 lines
350 B
Makefile

# $NetBSD: Makefile,v 1.16 2001/11/26 00:28:17 jhawk Exp $
#
TARGETS+= release tocs
.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>