Part 4 of pcvt/voxware revival: pcvt userland

Reviewed by:	core
This commit is contained in:
Peter Wemm 1999-01-01 08:31:26 +00:00
parent b3c0a3cc54
commit ff4c4cec98
2 changed files with 16 additions and 0 deletions

7
usr.sbin/pcvt/Makefile Normal file
View File

@ -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>

View File

@ -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"