NetBSD/usr.sbin/videomode/Makefile
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00

12 lines
208 B
Makefile

# $NetBSD: Makefile,v 1.5 1999/02/13 02:55:01 lukem Exp $
.if ${MACHINE} == "amiga"
PROG=videomode
CPPFLAGS+=-I${.CURDIR}/../../sys/arch -D${MACHINE}
.else
MKOBJ= no
.endif
MKMAN= no
.include <bsd.prog.mk>