]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/i4b/isdntel/Makefile
This commit was generated by cvs2svn to compensate for changes in r165743,
[FreeBSD/FreeBSD.git] / usr.sbin / i4b / isdntel / Makefile
1 # $FreeBSD$
2
3 PROG=   isdntel
4 MAN=    isdntel.8
5 SRCS=   main.c display.c files.c alias.c
6
7 DPADD=  ${LIBNCURSES}
8 LDADD=  -lncurses
9
10 .include <bsd.prog.mk>