head	1.5;
access;
symbols
	RELENG_4_11_0_RELEASE:1.4
	RELENG_4_11:1.4.0.24
	RELENG_4_11_BP:1.4
	RELENG_4_10_0_RELEASE:1.4
	RELENG_4_10:1.4.0.22
	RELENG_4_10_BP:1.4
	RELENG_4_9_0_RELEASE:1.4
	RELENG_4_9:1.4.0.20
	RELENG_4_9_BP:1.4
	RELENG_4_8_0_RELEASE:1.4
	RELENG_4_8:1.4.0.18
	RELENG_4_8_BP:1.4
	RELENG_4_7_0_RELEASE:1.4
	RELENG_4_7:1.4.0.16
	RELENG_4_7_BP:1.4
	RELENG_4_6_2_RELEASE:1.4
	RELENG_4_6_1_RELEASE:1.4
	RELENG_4_6_0_RELEASE:1.4
	RELENG_4_6:1.4.0.14
	RELENG_4_6_BP:1.4
	RELENG_4_5_0_RELEASE:1.4
	RELENG_4_5:1.4.0.12
	RELENG_4_5_BP:1.4
	RELENG_4_4_0_RELEASE:1.4
	RELENG_4_4:1.4.0.10
	RELENG_4_4_BP:1.4
	RELENG_4_3_0_RELEASE:1.4
	RELENG_4_3:1.4.0.8
	RELENG_4_3_BP:1.4
	RELENG_4_2_0_RELEASE:1.4
	RELENG_4_1_1_RELEASE:1.4
	RELENG_4_1_0_RELEASE:1.4
	RELENG_3_5_0_RELEASE:1.4
	RELENG_4_0_0_RELEASE:1.4
	RELENG_4:1.4.0.6
	RELENG_4_BP:1.4
	RELENG_3_4_0_RELEASE:1.4
	RELENG_3_3_0_RELEASE:1.4
	RELENG_3_2_PAO:1.4.0.4
	RELENG_3_2_PAO_BP:1.4
	RELENG_3_2_0_RELEASE:1.4
	RELENG_3_1_0_RELEASE:1.4
	RELENG_3:1.4.0.2
	RELENG_3_BP:1.4
	RELENG_2_2_8_RELEASE:1.2
	RELENG_3_0_0_RELEASE:1.2
	RELENG_2_2_7_RELEASE:1.2
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.6
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	pcvt:1.1.1.1;
locks; strict;
comment	@# @;


1.5
date	2000.03.26.11.20.40;	author hm;	state dead;
branches;
next	1.4;

1.4
date	99.01.01.08.32.00;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	98.12.27.16.43.36;	author phk;	state dead;
branches;
next	1.2;

1.2
date	95.02.12.01.51.33;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	95.02.05.13.49.22;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.02.05.13.49.23;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.5
log
@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.
@
text
@PROG=	mcon

.include <bsd.prog.mk>
@


1.4
log
@Part 4 of pcvt/voxware revival: pcvt userland

Reviewed by:    core
@
text
@@


1.3
log
@follow up to:
Pre 3.0 branch cleanup casualty #4: pcvt
@
text
@@


1.2
log
@Updated this to be more FreeBSD-like; there was a lot of bipartisan cruft
in here that just made it a heck of a lot more confusing to maintain.
Somebody like Joerg can reality-check this at some point, when they have more
time.  For now, it works.
@
text
@@


1.1
log
@Initial revision
@
text
@a0 12

.if !exists(${.CURDIR}/../Makefile.inc)
error:
	@@echo
	@@echo "                      You MUST link/copy"
	@@echo
	@@echo "       ../Makefile.inc.NetBSD    or   ../Makefile.inc.FreeBSD"
	@@echo
	@@echo "             to ../Makefile.inc before you can proceed !"
	@@echo
.else

a3 4

$(PROG):	$(INCDIR)/pcvt_ioctl.h

.endif
@


1.1.1.1
log
@PCVT userland utilities.
Submitted by:	hm
@
text
@@
