14 lines
241 B
Makefile
14 lines
241 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/11/09 21:39:28 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= lmcconfig
|
|
MAN= lmcconfig.8
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/sys/dev/pci
|
|
|
|
.if ${MACHINE_ARCH} == "vax"
|
|
COPTS.lmcconfig.c=-O0
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|