NetBSD/distrib/notes/Makefile

55 lines
845 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.44 2014/02/24 07:23:39 skrll Exp $
#
.include <bsd.own.mk>
TARGETS+= release
1999-01-13 10:30:01 +03:00
.ifndef ALLNOTES
.if exists(${RELEASEMACHINE}/Makefile)
SUBDIR= ${RELEASEMACHINE}
.endif
1999-01-13 10:30:01 +03:00
.else
SUBDIR+= acorn26
SUBDIR+= acorn32
SUBDIR+= alpha
SUBDIR+= amd64
SUBDIR+= amiga
SUBDIR+= arc
SUBDIR+= atari
SUBDIR+= bebox
SUBDIR+= cats
SUBDIR+= emips
SUBDIR+= evbarm
SUBDIR+= evbppc
SUBDIR+= hp300
SUBDIR+= hppa
SUBDIR+= hpcmips
SUBDIR+= hpcsh
SUBDIR+= i386
# SUBDIR+= iyonix # not yet
2007-04-15 21:12:04 +04:00
SUBDIR+= landisk
SUBDIR+= mac68k
SUBDIR+= macppc
SUBDIR+= mmeye
SUBDIR+= mvme68k
SUBDIR+= news68k
2002-06-16 01:33:07 +04:00
SUBDIR+= newsmips
SUBDIR+= next68k
SUBDIR+= ofppc
SUBDIR+= pmax
SUBDIR+= prep
SUBDIR+= sandpoint
2002-05-18 21:32:20 +04:00
SUBDIR+= sgimips
SUBDIR+= shark
SUBDIR+= sparc
SUBDIR+= sparc64
SUBDIR+= sun2
SUBDIR+= sun3
SUBDIR+= vax
SUBDIR+= x68k
SUBDIR+= xen
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>