093f5dbc55
become ippp (ISDN ppp) and irip (ISDN raw IP). The character device now are called: /dev/isdn (isdnd <-> kernel communication), /dev/isdnctl (dialing and other control), /dev/isdntrc* (tracing), /dev/isdnbchan* (raw B channel access, i.e. for user land PPP) and /dev/isdntel* (telephone devices, i.e. for answering machines).
10 lines
190 B
Makefile
10 lines
190 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/03/16 17:03:42 martin Exp $
|
|
|
|
PROG= pppoectl
|
|
MAN= pppoectl.8
|
|
|
|
LINKS= ${BINDIR}/pppoectl ${BINDIR}/ipppctl
|
|
MLINKS= pppoectl.8 ipppctl.8
|
|
|
|
.include <bsd.prog.mk>
|