summaryrefslogtreecommitdiff
path: root/usr.sbin/videomode
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-02-13 02:54:17 +0000
committerlukem <lukem@NetBSD.org>1999-02-13 02:54:17 +0000
commitdcab0210a01af9b73b50a3c45f6cd7b0192d3f2a (patch)
treec962038cb859d0402d27e38d0d596308ce6a7336 /usr.sbin/videomode
parent22a5cb007fa30a3bcb21050c2808f836b62821c7 (diff)
convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
Diffstat (limited to 'usr.sbin/videomode')
-rw-r--r--usr.sbin/videomode/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/videomode/Makefile b/usr.sbin/videomode/Makefile
index c280533556f..5a2cc62ad96 100644
--- a/usr.sbin/videomode/Makefile
+++ b/usr.sbin/videomode/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 1997/10/25 06:58:53 lukem Exp $
+# $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
-NOOBJ= noobj
+MKOBJ= no
.endif
-NOMAN= noman
+MKMAN= no
.include <bsd.prog.mk>