NetBSD/usr.sbin/grfconfig/Makefile

12 lines
214 B
Makefile
Raw Normal View History

1997-07-29 22:03:34 +04:00
# $NetBSD: Makefile,v 1.3 1997/07/29 18:03:34 veego Exp $
1997-06-23 08:51:16 +04:00
.if ${MACHINE} == "amiga"
1997-07-29 22:03:34 +04:00
WARNS?= 1
PROG= grfconfig
CFLAGS+= -I${.CURDIR}/../../sys/arch -D${MACHINE}
1997-06-23 08:51:16 +04:00
.endif
MAN= grfconfig.8
.include <bsd.prog.mk>