diff options
| author | lukem <lukem@NetBSD.org> | 1999-02-13 02:54:17 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1999-02-13 02:54:17 +0000 |
| commit | dcab0210a01af9b73b50a3c45f6cd7b0192d3f2a (patch) | |
| tree | c962038cb859d0402d27e38d0d596308ce6a7336 /usr.sbin/videomode | |
| parent | 22a5cb007fa30a3bcb21050c2808f836b62821c7 (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/Makefile | 6 |
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> |
