mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 21:23:11 -04:00
8 lines
90 B
Makefile
8 lines
90 B
Makefile
# $Id:$
|
|
|
|
PROG= pppctl
|
|
SRCS= pppctl.c
|
|
CFLAGS+=-Wall
|
|
MAN8= pppctl.8
|
|
|
|
.include <bsd.prog.mk>
|