]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/i4b/isdnphone/Makefile
Remove build timestamps. There's no need to know exactly when these programs
[FreeBSD/FreeBSD.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>