1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.sbin/pcvt/Makefile
Hellmuth Michaelis 9da485d8d9 pcvt cleanup. remove the "mcon" utility: the PCVT_EMU_MOUSE code
in the driver is gone, because of this mcon is of no use anymore.
2000-03-26 11:20:42 +00:00

10 lines
172 B
Makefile

# $FreeBSD$
SUBDIR= keycap cursor fontedit fonts kcon loadfont scon \
userkeys vttest ispcvt
SUBDIR+= vgaio kbdio
SUBDIR+= demo
SUBDIR+= Misc
.include <bsd.subdir.mk>