Cross Reference: Makefile
xref: /src/distrib/notes/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/notes/
Makefile revision 1.20
1#	$NetBSD: Makefile,v 1.20 2002/03/24 22:14:23 bjh21 Exp $
2#
3
4TARGETS+= release
5
6.ifndef ALLNOTES
7.if exists(${MACHINE}/Makefile)
8SUBDIR=	${MACHINE}
9.endif
10.else
11SUBDIR=	alpha amiga acorn26 acorn32 atari hp300 hpcmips i386
12SUBDIR+=mac68k macppc mvme68k news68k next68k pc532 pmax sparc
13SUBDIR+=sparc64 sun2 sun3 vax x68k
14.endif
15
16.include <bsd.subdir.mk>
17

Indexes created Wed Dec 10 23:09:30 GMT 2025