summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-26 14:42:20 +0000
committerru <ru@FreeBSD.org>2001-03-26 14:42:20 +0000
commitafd506414eebce28d614a4695ce243499d0139bc (patch)
treeb29637fd9b9c344d57309d43ffa65d787ea31dff /usr.sbin/pcvt
parent86642a4ab498a232761f0dcb1ca83f06fc0d5a40 (diff)
downloadFreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.zip
FreeBSD-src-afd506414eebce28d614a4695ce243499d0139bc.tar.gz
- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/cursor/Makefile1
-rw-r--r--usr.sbin/pcvt/fontedit/Makefile1
-rw-r--r--usr.sbin/pcvt/ispcvt/Makefile1
-rw-r--r--usr.sbin/pcvt/kcon/Makefile1
-rw-r--r--usr.sbin/pcvt/keycap/Makefile4
-rw-r--r--usr.sbin/pcvt/loadfont/Makefile1
-rw-r--r--usr.sbin/pcvt/scon/Makefile1
-rw-r--r--usr.sbin/pcvt/userkeys/Makefile1
-rw-r--r--usr.sbin/pcvt/vgaio/Makefile1
-rw-r--r--usr.sbin/pcvt/vttest/Makefile1
10 files changed, 4 insertions, 9 deletions
diff --git a/usr.sbin/pcvt/cursor/Makefile b/usr.sbin/pcvt/cursor/Makefile
index 56cdbb2..fb06878 100644
--- a/usr.sbin/pcvt/cursor/Makefile
+++ b/usr.sbin/pcvt/cursor/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= cursor
-MAN1= ${PROG}.1
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcvt/fontedit/Makefile b/usr.sbin/pcvt/fontedit/Makefile
index db978b0..4851169 100644
--- a/usr.sbin/pcvt/fontedit/Makefile
+++ b/usr.sbin/pcvt/fontedit/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= fontedit
-MAN1= ${PROG}.1
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcvt/ispcvt/Makefile b/usr.sbin/pcvt/ispcvt/Makefile
index 107e99b..994b406 100644
--- a/usr.sbin/pcvt/ispcvt/Makefile
+++ b/usr.sbin/pcvt/ispcvt/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
PROG= ispcvt
+MAN= ispcvt.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcvt/kcon/Makefile b/usr.sbin/pcvt/kcon/Makefile
index 1c21884..dbc94f9 100644
--- a/usr.sbin/pcvt/kcon/Makefile
+++ b/usr.sbin/pcvt/kcon/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= kcon
-MAN1= ${PROG}.1
DEVICE= /dev/ttyv0
CFLAGS+= -I${.CURDIR}/../keycap -DKEYB_DEVICE=\"${DEVICE}\"
diff --git a/usr.sbin/pcvt/keycap/Makefile b/usr.sbin/pcvt/keycap/Makefile
index 6a294e0..4b989e1 100644
--- a/usr.sbin/pcvt/keycap/Makefile
+++ b/usr.sbin/pcvt/keycap/Makefile
@@ -6,12 +6,12 @@ CAPPATH = $(CAPDIR)/keycap.pcvt
KEYCAPSRC= keycap.src
CFLAGS += -DKEYCAP_PATH=\"$(CAPPATH)\"
SRCS = keycap.c
-MAN3 = keycap.3
+MAN = keycap.3
MLINKS+= keycap.3 kgetent.3 \
keycap.3 kgetnum.3 \
keycap.3 kgetflag.3 \
keycap.3 kgetstr.3
-MAN5 = man5/keycap.5
+MAN += man5/keycap.5
#CLEANFILES+= keycap.0 man5/keycap.0
beforeinstall:
diff --git a/usr.sbin/pcvt/loadfont/Makefile b/usr.sbin/pcvt/loadfont/Makefile
index f1709b5..50646a7 100644
--- a/usr.sbin/pcvt/loadfont/Makefile
+++ b/usr.sbin/pcvt/loadfont/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= loadfont
-MAN1= ${PROG}.1
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcvt/scon/Makefile b/usr.sbin/pcvt/scon/Makefile
index 8c096e5..dc7d02a 100644
--- a/usr.sbin/pcvt/scon/Makefile
+++ b/usr.sbin/pcvt/scon/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= scon
-MAN1= ${PROG}.1
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcvt/userkeys/Makefile b/usr.sbin/pcvt/userkeys/Makefile
index ed42145..66fe022 100644
--- a/usr.sbin/pcvt/userkeys/Makefile
+++ b/usr.sbin/pcvt/userkeys/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= vt220keys
-MAN1= ${PROG}.1
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcvt/vgaio/Makefile b/usr.sbin/pcvt/vgaio/Makefile
index 99200a1..57318db 100644
--- a/usr.sbin/pcvt/vgaio/Makefile
+++ b/usr.sbin/pcvt/vgaio/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
PROG= vgaio
+MAN= vgaio.8
SRCS= vgaio.y lex.l y.tab.h
YACC= yacc
diff --git a/usr.sbin/pcvt/vttest/Makefile b/usr.sbin/pcvt/vttest/Makefile
index 5c89224..440962e 100644
--- a/usr.sbin/pcvt/vttest/Makefile
+++ b/usr.sbin/pcvt/vttest/Makefile
@@ -3,6 +3,5 @@
PROG= vttest
CFLAGS+= -traditional -DUSEMYSTTY
SRCS= main.c esc.c
-MAN1= ${PROG}.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud