]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/examples/isdn/i4brunppp/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / examples / isdn / i4brunppp / Makefile
1 # $FreeBSD$
2
3 PROG     =      i4brunppp
4 SRCS     =      i4brunppp.c
5 MAN      =      i4brunppp.8
6
7 RUNPPPDEST=     /etc/isdn
8
9 INSTALL ?=      install
10
11 install:
12         @echo i4brunppp is not installed automatically. In case you want to run
13         @echo user-ppp in dial-in server under i4b, please copy it into /etc/isdn.
14
15 installetc:     i4brunppp
16         ${INSTALL} -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \
17                 ${.CURDIR}/i4brunppp ${RUNPPPDEST}
18
19 .include <bsd.prog.mk>