xref: /netbsd/sys/arch/prep/stand/installboot/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.2 2001/12/12 01:49:50 tv Exp $
2
3PROG= installboot
4CPPFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
5NOMAN= # defined
6
7.include <bsd.prog.mk>
8