summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
blob: 95aa8ed9246a1fbe703c4cff8a82664150d13f58 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PROG=	pppctl
SRCS=	pppctl.c
CFLAGS+=-Wall
LDADD+= -pthread -ledit -ltermcap
DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
MAN8=	pppctl.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud