diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-10-16 22:56:40 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-10-16 22:56:40 +0000 |
commit | 404d963a27be5328a89b494e02410e86ea523c8d (patch) | |
tree | db299af97fc537c6a713bbcf268d0e7b821cd085 /usr.sbin/spppcontrol/Makefile | |
parent | ede64e0745ac643fe841179f8bc5632d29ba2876 (diff) |
spppcontrol from FreeBSD
This allows users to set PAP/CHAP information for if_spppsubr (sync PPP)
when it's in PPP mode
Now working on a good way to switch between HDLC and PPP (and frame relay
soon) for sppp
Diffstat (limited to 'usr.sbin/spppcontrol/Makefile')
-rw-r--r-- | usr.sbin/spppcontrol/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/spppcontrol/Makefile b/usr.sbin/spppcontrol/Makefile new file mode 100644 index 00000000000..ed05cc6d0e7 --- /dev/null +++ b/usr.sbin/spppcontrol/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1 2000/10/16 22:56:39 chris Exp $ + +PROG= spppcontrol +SRCS= spppcontrol.c + +CFLAGS+= -Wall + +MAN= spppcontrol.8 + +.include <bsd.prog.mk> |