summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
blob: 7e502412b69530a533cc7860e678deab384e5336 (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.1 1997/06/28 01:04:49 brian Exp $

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

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