NetBSD/usr.sbin/videomode/Makefile

11 lines
192 B
Makefile
Raw Normal View History

1997-06-23 08:51:16 +04:00
# $NetBSD: Makefile,v 1.2 1997/06/23 04:51:33 mrg Exp $
1997-06-23 08:51:16 +04:00
.if ${MACHINE} == "amiga"
PROG=videomode
CFLAGS+=-I${.CURDIR}/../../sys/arch -D${MACHINE}
1997-06-23 08:51:16 +04:00
.endif
NOMAN= noman
.include <bsd.prog.mk>