summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
blob: 0f4421fd92627553d6a5fde3561c1a136f7e4c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Id: Makefile,v 1.2 1997/11/07 20:20:12 brian Exp $

PROG=	pppctl
SRCS=	pppctl.c
CFLAGS+=-Wall
LDADD+= -ledit -ltermcap
DPADD+= ${LIBEDIT} ${LIBTERMCAP}

OPSYS!=	uname -s
.if (${OPSYS} == "OpenBSD")
MAN=	pppctl.8
.else
MAN8=	pppctl.8
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud