b7af7aeccd
ifconfig.pppoe* files. Rename the source directory and files to match the primary purpose of this utility - probably noone is using this for ISDN now anymore, as isdnd has simpler ways to acomplish the same.
10 lines
200 B
Makefile
10 lines
200 B
Makefile
# $NetBSD: Makefile,v 1.1 2001/12/10 17:22:09 martin Exp $
|
|
|
|
PROG= pppoectl
|
|
MAN= pppoectl.8
|
|
|
|
LINKS= ${BINDIR}/pppoectl ${BINDIR}/ispppcontrol
|
|
MLINKS= pppoectl.8 ispppcontrol.8
|
|
|
|
.include <bsd.prog.mk>
|