1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00
freebsd/usr.sbin/pppctl/Makefile
2003-04-04 17:49:21 +00:00

10 lines
137 B
Makefile

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