NetBSD/sys/arch/amiga/stand/bootblock/Makefile
is 3274c536b3 Yet another try to sanitize the bootblock build. Each major target has now
its own subdirectory.
Smaller changes involved:
- installboot installs to /usr/mdec
- installboot.8 installs to /usr/share/man/cat8/amiga/
1997-05-19 21:18:58 +00:00

13 lines
210 B
Makefile

# $NetBSD: Makefile,v 1.1 1997/05/19 21:19:19 is Exp $
# Don't install these, but make them first:
.ifnmake install
SUBDIR=txlt aout2bb
.endif
# but these:
SUBDIR+=boot installboot
.include <bsd.subdir.mk>