summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/Util/vttest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/isa/pcvt/Util/vttest/Makefile')
-rw-r--r--sys/arch/i386/isa/pcvt/Util/vttest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/vttest/Makefile b/sys/arch/i386/isa/pcvt/Util/vttest/Makefile
index 3597ea06158..12159797116 100644
--- a/sys/arch/i386/isa/pcvt/Util/vttest/Makefile
+++ b/sys/arch/i386/isa/pcvt/Util/vttest/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2000/05/25 21:54:56 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2000/05/27 05:52:12 deraadt Exp $
.if ${MACHINE} == "i386"
PROG= vttest
@@ -8,7 +8,7 @@ SRCS= main.c esc.c
NOPROG=yes
.endif
-MAN= vttest.1
+MAN1= vttest.1
MANSUBDIR= /i386
.include <bsd.prog.mk>