1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00
freebsd/usr.sbin/i4b/isdnphone/Makefile
2001-03-26 14:42:20 +00:00

11 lines
153 B
Makefile

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