NetBSD/distrib/notes/Makefile

13 lines
254 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 1999/06/30 18:23:02 ross Exp $
TARGETS += release
1999-01-13 10:30:01 +03:00
.ifndef ALLNOTES
SUBDIR = ${MACHINE}
.else
SUBDIR = alpha amiga arm32 atari hp300 i386 mac68k
SUBDIR+= mvme68k pc532 pmax sparc 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>