1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/usr.sbin/pppctl/Makefile
2001-03-26 14:42:20 +00:00

10 lines
152 B
Makefile

# $FreeBSD$
PROG= pppctl
MAN= pppctl.8
CFLAGS+=-Wall
LDADD+= -lc_r -ledit -ltermcap
DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP}
.include <bsd.prog.mk>