NetBSD/sys/arch/sun3/stand/installboot/Makefile

13 lines
207 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1999/02/13 02:54:49 lukem Exp $
.include <bsd.own.mk>
1995-02-15 01:56:36 +03:00
PROG= installboot
MKMAN= no
1995-06-10 02:18:04 +04:00
BINDIR=/usr/mdec
1995-06-02 00:37:44 +04:00
1995-10-09 02:44:02 +03:00
# Need this to work in the miniroot
LDSTATIC?= -static
1995-10-09 02:44:02 +03:00
1995-02-15 01:56:36 +03:00
.include <bsd.prog.mk>