8 lines
180 B
Makefile
8 lines
180 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/12/12 01:49:50 tv Exp $
|
|
|
|
PROG= installboot
|
|
CPPFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.prog.mk>
|