summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
blob: e278cecd96e8747ddb09aee221f013c163790592 (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.3 1998/08/30 23:53:00 brian Exp $

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

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