NetBSD/sbin/pppoectl/Makefile
martin b7af7aeccd Move /usr/sbin/pppoectl to /sbin/pppoectl, so we can call it from
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.
2001-12-10 17:22:09 +00:00

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>