# $FreeBSD$
PROG= isdnphone
MAN= isdnphone.8
SRCS= main.c display.c audio.c isdn.c
DPADD= ${LIBCURSES}
LDADD= -lcurses
.include <bsd.prog.mk>