head	1.7;
access;
symbols
	RELENG_4_11_0_RELEASE:1.6
	RELENG_4_11:1.6.0.24
	RELENG_4_11_BP:1.6
	RELENG_4_10_0_RELEASE:1.6
	RELENG_4_10:1.6.0.22
	RELENG_4_10_BP:1.6
	RELENG_4_9_0_RELEASE:1.6
	RELENG_4_9:1.6.0.20
	RELENG_4_9_BP:1.6
	RELENG_4_8_0_RELEASE:1.6
	RELENG_4_8:1.6.0.18
	RELENG_4_8_BP:1.6
	RELENG_4_7_0_RELEASE:1.6
	RELENG_4_7:1.6.0.16
	RELENG_4_7_BP:1.6
	RELENG_4_6_2_RELEASE:1.6
	RELENG_4_6_1_RELEASE:1.6
	RELENG_4_6_0_RELEASE:1.6
	RELENG_4_6:1.6.0.14
	RELENG_4_6_BP:1.6
	RELENG_4_5_0_RELEASE:1.6
	RELENG_4_5:1.6.0.12
	RELENG_4_5_BP:1.6
	RELENG_4_4_0_RELEASE:1.6
	RELENG_4_4:1.6.0.10
	RELENG_4_4_BP:1.6
	RELENG_4_3_0_RELEASE:1.6
	RELENG_4_3:1.6.0.8
	RELENG_4_3_BP:1.6
	RELENG_4_2_0_RELEASE:1.6
	RELENG_4_1_1_RELEASE:1.6
	RELENG_4_1_0_RELEASE:1.6
	RELENG_3_5_0_RELEASE:1.6
	RELENG_4_0_0_RELEASE:1.6
	RELENG_4:1.6.0.6
	RELENG_4_BP:1.6
	RELENG_3_4_0_RELEASE:1.6
	RELENG_3_3_0_RELEASE:1.6
	RELENG_3_2_PAO:1.6.0.4
	RELENG_3_2_PAO_BP:1.6
	RELENG_3_2_0_RELEASE:1.6
	RELENG_3_1_0_RELEASE:1.6
	RELENG_3:1.6.0.2
	RELENG_3_BP:1.6
	RELENG_2_2_8_RELEASE:1.3.6.1
	RELENG_3_0_0_RELEASE:1.4
	RELENG_2_2_7_RELEASE:1.3.6.1
	RELENG_2_2_6_RELEASE:1.3
	RELENG_2_2_5_RELEASE:1.3
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_2:1.3.0.6
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0_RELEASE:1.3
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.2
	pcvt:1.1.1.1;
locks; strict;
comment	@# @;


1.7
date	2000.03.26.11.16.13;	author hm;	state dead;
branches;
next	1.6;

1.6
date	99.01.01.08.32.01;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	98.12.27.16.43.38;	author phk;	state dead;
branches;
next	1.4;

1.4
date	98.04.20.15.28.02;	author bde;	state Exp;
branches;
next	1.3;

1.3
date	95.05.30.03.49.45;	author rgrimes;	state Exp;
branches
	1.3.6.1;
next	1.2;

1.2
date	95.05.07.05.55.52;	author bde;	state Exp;
branches;
next	1.1;

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

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

1.3.6.1
date	98.04.20.15.40.58;	author bde;	state Exp;
branches;
next	;


desc
@@


1.7
log
@pcvt cleanup. remove the set2061 program, it is so outdated that
nobody knows anymore what a 2061 chip is (hint: ELSA Winner 100 EISA).
@
text
@PROG=	set2061
SRCS=	main.c ICD2061Aalt.c
CFLAGS+= -DGCCUSESGAS -DPCVT_STANDALONE
NOMAN=

all: $(PROG)

install:
	@@${ECHO} "set2061 is not installed automatically ...."

.include <bsd.prog.mk>

$(PROG):	compiler.h
@


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

Reviewed by:    core
@
text
@@


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


1.4
log
@Don't build files at install time (just to be consistent; the problem
is almost harmless here).

Submitted by:	Arne Henrik Juul <arnej@@stud.math.ntnu.no>
PR:		6330
@
text
@@


1.3
log
@Remove trailing whitespace.
@
text
@d8 1
a8 1
install: ${DEMOS}
@


1.3.6.1
log
@YAMFC (don't build files at install time).  This should finish fixing
installing from readonly object trees in 2.2 and -current.

Submitted by:	Arne Henrik Juul <arnej@@stud.math.ntnu.no>
PR:		6330
@
text
@d8 1
a8 1
install:
@


1.2
log
@Silence `make -s' (echo -> ${ECHO}).
@
text
@d13 1
a13 1
$(PROG):	compiler.h 
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
	@@echo "set2061 is not installed automatically ...."
@


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