NetBSD/distrib/notes/Makefile

17 lines
354 B
Makefile
Raw Normal View History

2002-03-25 01:14:23 +03:00
# $NetBSD: Makefile,v 1.20 2002/03/24 22:14:23 bjh21 Exp $
#
TARGETS+= release
1999-01-13 10:30:01 +03:00
.ifndef ALLNOTES
.if exists(${MACHINE}/Makefile)
SUBDIR= ${MACHINE}
.endif
1999-01-13 10:30:01 +03:00
.else
2002-03-25 01:14:23 +03:00
SUBDIR= alpha amiga acorn26 acorn32 atari hp300 hpcmips i386
SUBDIR+=mac68k macppc mvme68k news68k next68k pc532 pmax sparc
SUBDIR+=sparc64 sun2 sun3 vax x68k
1999-01-13 10:30:01 +03:00
.endif
1994-09-17 23:02:58 +04:00
1999-01-13 10:30:01 +03:00
.include <bsd.subdir.mk>