c130e42b2e
* The merged contents file didn't work out, so nuke it and put it back into each port directory. Most still have the now-pointless conditionals; these now should be deleted. * fix alpha, amiga, and arm32 to delete the maze of twisty little conditionals
11 lines
234 B
Makefile
11 lines
234 B
Makefile
# $NetBSD: Makefile,v 1.11 1999/05/24 07:03:16 ross Exp $
|
|
|
|
.ifndef ALLNOTES
|
|
SUBDIR = ${MACHINE}
|
|
.else
|
|
SUBDIR = alpha amiga arm32 atari hp300 i386 mac68k
|
|
SUBDIR+= mvme68k pc532 pmax sparc sun3 vax x68k
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|