Deleted Added
full compact
Makefile (74816) Makefile (80022)
1# $FreeBSD: head/usr.sbin/pppctl/Makefile 74816 2001-03-26 14:42:20Z ru $
1# $FreeBSD: head/usr.sbin/pppctl/Makefile 80022 2001-07-20 04:23:13Z obrien $
2
3PROG= pppctl
4MAN= pppctl.8
2
3PROG= pppctl
4MAN= pppctl.8
5CFLAGS+=-Wall
6LDADD+= -lc_r -ledit -ltermcap
7DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
8
9.include <bsd.prog.mk>
5LDADD+= -lc_r -ledit -ltermcap
6DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
7
8.include <bsd.prog.mk>