NetBSD/usr.sbin/videomode/Makefile

12 lines
214 B
Makefile
Raw Normal View History

1997-10-25 10:57:53 +04:00
# $NetBSD: Makefile,v 1.4 1997/10/25 06:58:53 lukem 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
NOOBJ= noobj
1997-06-23 08:51:16 +04:00
.endif
NOMAN= noman
.include <bsd.prog.mk>