mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde
10 lines
194 B
Makefile
10 lines
194 B
Makefile
# $Id: Makefile,v 1.3 1998/08/30 23:53:00 brian Exp $
|
|
|
|
PROG= pppctl
|
|
SRCS= pppctl.c
|
|
CFLAGS+=-Wall
|
|
LDADD+= -ledit -ltermcap
|
|
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
|
|
MAN8= pppctl.8
|
|
|
|
.include <bsd.prog.mk>
|