diff options
author | joerg <joerg@FreeBSD.org> | 1997-10-11 11:30:30 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-10-11 11:30:30 +0000 |
commit | f865af2794891e919b416d60233bcc22b703f239 (patch) | |
tree | 0804d93bfafee2d052b21cdf7ca7cf802a02a2d3 /sbin/spppcontrol/Makefile | |
parent | 07f8a58416ca469c89f6104e5a7ce18a2f0b4430 (diff) | |
download | FreeBSD-src-f865af2794891e919b416d60233bcc22b703f239.zip FreeBSD-src-f865af2794891e919b416d60233bcc22b703f239.tar.gz |
The spppcontrol(8) utility that is required to set or display things
like PAP and CHAP secrets with sppp(4). This is the first utility
using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing
them in the first place).
Diffstat (limited to 'sbin/spppcontrol/Makefile')
-rw-r--r-- | sbin/spppcontrol/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile new file mode 100644 index 0000000..3909d3d --- /dev/null +++ b/sbin/spppcontrol/Makefile @@ -0,0 +1,3 @@ +PROG= spppcontrol + +.include <bsd.prog.mk> |