mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
11 lines
152 B
Makefile
11 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pppctl
|
|
SRCS= pppctl.c
|
|
CFLAGS+=-Wall
|
|
LDADD+= -ledit -ltermcap
|
|
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
|
|
MAN8= pppctl.8
|
|
|
|
.include <bsd.prog.mk>
|