Fix typo.
[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 # $DragonFly: src/share/examples/isdn/i4brunppp/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
3
4 PROG     =      i4brunppp
5 SRCS     =      i4brunppp.c
6 MAN8     =      i4brunppp.8
7
8 RUNPPPDEST=     /etc/isdn
9
10 INSTALL ?=      install
11
12 install:
13         @echo i4brunppp is not installed automatically. In case you want to run
14         @echo user-ppp in dial-in server under i4b, please copy it into /etc/isdn.
15
16 installetc:     i4brunppp
17         ${INSTALL} -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \
18                 ${.CURDIR}/i4brunppp ${RUNPPPDEST}
19
20 .include <bsd.prog.mk>