blob: c34ec3ccc704781fb2009c78eb74af15118f2180 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.6 2002/09/18 03:54:29 lukem Exp $
.include <bsd.own.mk>
.if ${MACHINE} == "hp300"
PROG= grfinfo
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/arch/hp300
.endif
MAN= grfinfo.1
.include <bsd.prog.mk>
|