summaryrefslogtreecommitdiff
path: root/usr.sbin/grfconfig/Makefile
blob: 12fc9ed824caf84488e4f0e32667b30a5179c597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.4 2000/02/12 15:21:17 espie Exp $

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

MAN=	grfconfig.8
MANSUBDIR=/amiga

.include <bsd.prog.mk>