Regenerate manual pages.
[dragonfly.git] / usr.sbin / pppctl / Makefile
1 # $FreeBSD: src/usr.sbin/pppctl/Makefile,v 1.5.2.1 2001/04/25 12:10:34 ru Exp $
2 # $DragonFly: src/usr.sbin/pppctl/Makefile,v 1.2 2003/06/17 04:30:01 dillon Exp $
3
4 PROG=   pppctl
5 MAN=    pppctl.8
6 CFLAGS+=-Wall
7 LDADD+= -ledit -ltermcap
8 DPADD+= ${LIBEDIT} ${LIBTERMCAP}
9
10 .include <bsd.prog.mk>