NetBSD/usr.sbin/videomode/Makefile

12 lines
219 B
Makefile
Raw Normal View History

2001-12-12 04:48:43 +03:00
# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:56 tv Exp $
1997-06-23 08:51:16 +04:00
.if ${MACHINE} == "amiga"
PROG=videomode
1997-10-25 10:57:53 +04:00
CPPFLAGS+=-I${.CURDIR}/../../sys/arch -D${MACHINE}
.else
2001-12-12 04:48:43 +03:00
NOOBJ= # defined
1997-06-23 08:51:16 +04:00
.endif
2001-12-12 04:48:43 +03:00
NOMAN= # defined
.include <bsd.prog.mk>