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

11 lines
182 B
Makefile
Raw Normal View History

1997-06-22 10:25:58 +04:00
# $NetBSD: Makefile,v 1.2 1997/06/22 06:26:45 mrg Exp $
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
.include <bsd.prog.mk>