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} ${COPY} -m 755 setnic.sh ${LIBDIR}/setnic ${INSTALL} ${COPY} -m 755 sisdn.sh ${LIBDIR}/sisdn.example ${INSTALL} ${COPY} ${ETCFILES} ${LIBDIR} .include