head	1.3;
access;
symbols
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE: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
	isdn_tag:1.1.1.1
	isdn:1.1.1;
locks; strict;
comment	@# @;


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

1.2
date	95.05.28.21.20.30;	author ats;	state Exp;
branches;
next	1.1;

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

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


desc
@@


1.3
log
@Removing old isdn stuff.
@
text
@PROG=		ittd
CFLAGS+=	-DBSD -O
NOMAN=		yes

.include <bsd.prog.mk>
@


1.2
log
@Replaced the whole former Makefile with a more BSD conformant Makefile.
@
text
@@


1.1
log
@Initial revision
@
text
@d1 3
a3 17
I	=/isdn/bin

OPTIONS	=-DBSD -O

OBJS	      = ittd

all:		$(OBJS)

ittd:		ittd.c
		cc $(OPTIONS) -o ittd ittd.c

install:	all
		strip ittd
		install ittd $I

clean:
		@@rm -f $(OBJS) a.out core.*
d5 1
@


1.1.1.1
log
@Import the ISDN userland utilities.  Just about ready to start shaking
this baby out in earnest..
@
text
@@
