2000-10-10 16:49:38 +04:00
|
|
|
# $NetBSD: Makefile,v 1.15 2000/10/10 12:49:38 lukem Exp $
|
|
|
|
#
|
1999-06-30 22:23:02 +04:00
|
|
|
|
2000-04-07 21:33:34 +04:00
|
|
|
TARGETS+= release
|
1997-11-25 01:38:42 +03:00
|
|
|
|
1999-01-13 10:30:01 +03:00
|
|
|
.ifndef ALLNOTES
|
2000-04-07 21:33:34 +04:00
|
|
|
.if exists(${MACHINE}/Makefile)
|
|
|
|
SUBDIR= ${MACHINE}
|
2000-03-21 06:58:12 +03:00
|
|
|
.endif
|
1999-01-13 10:30:01 +03:00
|
|
|
.else
|
2000-10-10 16:49:38 +04:00
|
|
|
SUBDIR= alpha amiga arm26 arm32 atari hp300 hpcmips i386
|
|
|
|
SUBDIR+=mac68k macppc mvme68k news68k next68k pc532 pmax sparc
|
|
|
|
SUBDIR+=sparc64 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>
|