head	1.3;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.1.1.4.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1.4.1
	RELENG_2_1_6_RELEASE:1.1.1.1.4.1
	RELENG_2_1_5_RELEASE:1.1.1.1.4.1
	RELENG_2_1_0_RELEASE:1.1.1.1.4.1
	RELENG_2_1_0:1.1.1.1.0.4
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.2
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	isdn_tag:1.1.1.1
	isdn:1.1.1;
locks; strict;
comment	@# @;


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

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

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

1.1.1.1
date	95.02.15.00.46.19;	author jkh;	state Exp;
branches
	1.1.1.1.4.1;
next	;

1.1.1.1.4.1
date	95.08.30.07.19.46;	author davidg;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Removing old isdn stuff.
@
text
@CFLAGS+=	-DBSD -O

ETCFILES = isdn.ip remote isdn.itt ttys
CLEANFILES+=	tst stime *.o

all:		tst stime

tst:		tst.c
		${CC} $(CFLAGS) -o tst tst.c

stime:		stime.c
		${CC} $(CFLAGS) -o stime stime.c

install: all
		${INSTALL} ${COPY} tst ${BINDIR}/isdn_test
		${INSTALL} ${COPY} stime ${BINDIR}/isdn_stime
		${INSTALL} -c -m 755 setnic.sh ${LIBDIR}/setnic
		${INSTALL} -c -m 755 sisdn.sh ${LIBDIR}/sisdn.example
		${INSTALL} -c ${ETCFILES} ${LIBDIR}

.include <bsd.prog.mk>
@


1.2
log
@Install source files with the -c flag, not with the optional flag ${COPY}.
@
text
@@


1.1
log
@Initial revision
@
text
@d17 3
a19 3
		${INSTALL} ${COPY} -m 755 setnic.sh ${LIBDIR}/setnic
		${INSTALL} ${COPY} -m 755 sisdn.sh ${LIBDIR}/sisdn.example
		${INSTALL} ${COPY} ${ETCFILES} ${LIBDIR}
@


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


1.1.1.1.4.1
log
@Brought in change from rev 1.2: "-c" isn't optional for installation of
source files.
@
text
@d17 3
a19 3
		${INSTALL} -c -m 755 setnic.sh ${LIBDIR}/setnic
		${INSTALL} -c -m 755 sisdn.sh ${LIBDIR}/sisdn.example
		${INSTALL} -c ${ETCFILES} ${LIBDIR}
@
