NetBSD/sys/arch/mvme68k/stand/installboot/Makefile

13 lines
206 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1998/03/02 19:57:01 cgd Exp $
.include <bsd.own.mk>
1996-05-18 00:00:52 +04:00
PROG= installboot
1997-06-22 10:25:58 +04:00
NOMAN= yes
1996-05-18 00:00:52 +04:00
BINDIR=/usr/mdec
# Need this to work in the miniroot
LDSTATIC?= -static
1996-05-18 00:00:52 +04:00
.include <bsd.prog.mk>