freebsd-dev/usr.sbin/pppctl/Makefile
Brian Somers c957ff409a Allow command line control of ppp through both
TCP and AF_LOCAL sockets.
1997-06-28 01:04:54 +00:00

9 lines
90 B
Makefile

# $Id:$
PROG= pppctl
SRCS= pppctl.c
CFLAGS+=-Wall
MAN8= pppctl.8
.include <bsd.prog.mk>