]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/i4b/isdnphone/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / i4b / isdnphone / Makefile
1 # $FreeBSD$
2
3 PROG=   isdnphone
4 MAN=    isdnphone.8
5 SRCS=   main.c display.c audio.c isdn.c
6
7 DPADD=  ${LIBCURSES}
8 LDADD=  -lcurses
9
10 .include <bsd.prog.mk>