summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
committerru <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
commitf10dc9aca1097011cc6fd2f38be5e855132c46f0 (patch)
tree5e5ad69bb402f6680ccfdc8f662837f174acaab6 /usr.sbin/pcvt
parent56b5d7535b94f68324d688401270d40f3779f0aa (diff)
downloadFreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.zip
FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.tar.gz
Set the default manual section for usr.sbin/ to 8.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/Makefile.inc4
-rw-r--r--usr.sbin/pcvt/cursor/Makefile1
-rw-r--r--usr.sbin/pcvt/fontedit/Makefile3
-rw-r--r--usr.sbin/pcvt/ispcvt/Makefile1
-rw-r--r--usr.sbin/pcvt/kcon/Makefile1
-rw-r--r--usr.sbin/pcvt/keycap/Makefile12
-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
11 files changed, 15 insertions, 12 deletions
diff --git a/usr.sbin/pcvt/Makefile.inc b/usr.sbin/pcvt/Makefile.inc
index 20f7cc0..7899d9c 100644
--- a/usr.sbin/pcvt/Makefile.inc
+++ b/usr.sbin/pcvt/Makefile.inc
@@ -2,8 +2,4 @@
FONTDIR = /usr/share/misc/pcvtfonts
-MAN3EXT= 3
-MAN5EXT= 5
-MAN8EXT= 8
-
.include "../Makefile.inc"
diff --git a/usr.sbin/pcvt/cursor/Makefile b/usr.sbin/pcvt/cursor/Makefile
index fb06878..56cdbb2 100644
--- a/usr.sbin/pcvt/cursor/Makefile
+++ b/usr.sbin/pcvt/cursor/Makefile
@@ -1,5 +1,6 @@
# $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 9cbe4e5..db978b0 100644
--- a/usr.sbin/pcvt/fontedit/Makefile
+++ b/usr.sbin/pcvt/fontedit/Makefile
@@ -1,3 +1,6 @@
+# $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 adec4f1..107e99b 100644
--- a/usr.sbin/pcvt/ispcvt/Makefile
+++ b/usr.sbin/pcvt/ispcvt/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= ispcvt
-MAN8= ispcvt.${MAN8EXT}
.include <bsd.prog.mk>
diff --git a/usr.sbin/pcvt/kcon/Makefile b/usr.sbin/pcvt/kcon/Makefile
index dbc94f9..1c21884 100644
--- a/usr.sbin/pcvt/kcon/Makefile
+++ b/usr.sbin/pcvt/kcon/Makefile
@@ -1,5 +1,6 @@
# $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 fa7da94..6a294e0 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.${MAN3EXT}
-MLINKS+= keycap.${MAN3EXT} kgetent.${MAN3EXT} \
- keycap.${MAN3EXT} kgetnum.${MAN3EXT} \
- keycap.${MAN3EXT} kgetflag.${MAN3EXT} \
- keycap.${MAN3EXT} kgetstr.${MAN3EXT}
-MAN5 = man5/keycap.${MAN5EXT}
+MAN3 = keycap.3
+MLINKS+= keycap.3 kgetent.3 \
+ keycap.3 kgetnum.3 \
+ keycap.3 kgetflag.3 \
+ keycap.3 kgetstr.3
+MAN5 = 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 50646a7..f1709b5 100644
--- a/usr.sbin/pcvt/loadfont/Makefile
+++ b/usr.sbin/pcvt/loadfont/Makefile
@@ -1,5 +1,6 @@
# $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 dc7d02a..8c096e5 100644
--- a/usr.sbin/pcvt/scon/Makefile
+++ b/usr.sbin/pcvt/scon/Makefile
@@ -1,5 +1,6 @@
# $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 66fe022..ed42145 100644
--- a/usr.sbin/pcvt/userkeys/Makefile
+++ b/usr.sbin/pcvt/userkeys/Makefile
@@ -1,5 +1,6 @@
# $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 431f615..99200a1 100644
--- a/usr.sbin/pcvt/vgaio/Makefile
+++ b/usr.sbin/pcvt/vgaio/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= vgaio
-MAN8= vgaio.${MAN8EXT}
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 440962e..5c89224 100644
--- a/usr.sbin/pcvt/vttest/Makefile
+++ b/usr.sbin/pcvt/vttest/Makefile
@@ -3,5 +3,6 @@
PROG= vttest
CFLAGS+= -traditional -DUSEMYSTTY
SRCS= main.c esc.c
+MAN1= ${PROG}.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud