summaryrefslogtreecommitdiff
path: root/usr.sbin/grfconfig/Makefile
blob: 185c3e1e28d0d6a138ba996e8ddbc10eaed618ad (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:43:39 deraadt Exp $

.if ${MACHINE} == "amiga"
PROG=		grfconfig
CFLAGS+=	-I${.CURDIR}/../../sys/arch -D${MACHINE}
.endif

MAN=	grfconfig.8

.include <bsd.prog.mk>