summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pcvt/Makefile7
-rw-r--r--usr.sbin/pcvt/Makefile.inc9
2 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/Makefile b/usr.sbin/pcvt/Makefile
new file mode 100644
index 0000000..1a3be34
--- /dev/null
+++ b/usr.sbin/pcvt/Makefile
@@ -0,0 +1,7 @@
+SUBDIR= keycap cursor fontedit fonts kcon loadfont scon \
+ userkeys vttest ispcvt mcon
+SUBDIR+= vgaio kbdio set2061
+SUBDIR+= demo
+SUBDIR+= Misc
+
+.include <bsd.subdir.mk>
diff --git a/usr.sbin/pcvt/Makefile.inc b/usr.sbin/pcvt/Makefile.inc
new file mode 100644
index 0000000..8ed9829
--- /dev/null
+++ b/usr.sbin/pcvt/Makefile.inc
@@ -0,0 +1,9 @@
+# $Id: Makefile.inc,v 1.4 1998/05/31 11:41:53 bde Exp $
+
+FONTDIR = /usr/share/misc/pcvtfonts
+
+MAN3EXT= 3
+MAN5EXT= 5
+MAN8EXT= 8
+
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud