1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00
freebsd/usr.sbin/pppctl/Makefile

12 lines
156 B
Makefile

# $FreeBSD$
PROG= pppctl
MAN= pppctl.8
WARNS?= 2
DPADD= ${LIBPTHREAD} ${LIBEDIT} ${LIBTERMCAP}
LDADD= -lpthread -ledit -ltermcap
.include <bsd.prog.mk>