summaryrefslogtreecommitdiffstats
path: root/share/examples/isdn/i4brunppp/Makefile
blob: 80cde94d31e227d3ae83127e63a8cb3fc0dafea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PROG	 =	i4brunppp
SRCS	 =	i4brunppp.c
MAN8	 =	i4brunppp.8

RUNPPPDEST=	/etc/isdn

INSTALL	?=	install

install:
	@echo i4brunppp is not installed automatically. In case you want to run
	@echo user-ppp in dial-in server under i4b, please copy it into /etc/isdn.

installetc:	i4brunppp
	${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \
		${.CURDIR}/i4brunppp ${RUNPPPDEST}

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