c9a426e9e1
OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde
11 lines
194 B
Makefile
11 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>
|