freebsd-dev/usr.sbin/pppctl/Makefile
Marcel Moolenaar 387c10289f Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variable
already had s/libc_r/libpthread/ applied to it.
2004-01-31 17:28:09 +00:00

10 lines
145 B
Makefile

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