3274c536b3
its own subdirectory. Smaller changes involved: - installboot installs to /usr/mdec - installboot.8 installs to /usr/share/man/cat8/amiga/
13 lines
210 B
Makefile
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>
|