Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / examples / isdn / i4brunppp / Makefile
1 # $FreeBSD: src/share/examples/isdn/i4brunppp/Makefile,v 1.1.2.3 2002/08/07 16:31:49 ru Exp $
2
3 PROG     =      i4brunppp
4 SRCS     =      i4brunppp.c
5 MAN8     =      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>