xref: /netbsd/usr.sbin/videomode/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.6 2001/12/12 01:48:56 tv Exp $
2
3.if ${MACHINE} == "amiga"
4PROG=videomode
5CPPFLAGS+=-I${.CURDIR}/../../sys/arch -D${MACHINE}
6.else
7NOOBJ=	# defined
8.endif
9NOMAN=	# defined
10
11.include <bsd.prog.mk>
12