aboutsummaryrefslogtreecommitdiff
path: root/sbin/spppcontrol/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-10-11 11:30:30 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-10-11 11:30:30 +0000
commitbb37355e3c1529a1966230c75bc0eddab840bb45 (patch)
tree670a74d7882ba27dcdce51539fbac02c2bbcc7be /sbin/spppcontrol/Makefile
parent1cec8ce72a0fc2864fa478b4b96e3542ee2df51b (diff)
downloadsrc-bb37355e3c1529a1966230c75bc0eddab840bb45.tar.gz
src-bb37355e3c1529a1966230c75bc0eddab840bb45.zip
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).
Notes
Notes: svn path=/cvs2svn/branches/JOERG/; revision=30302
Diffstat (limited to 'sbin/spppcontrol/Makefile')
-rw-r--r--sbin/spppcontrol/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile
new file mode 100644
index 000000000000..3909d3d58f1d
--- /dev/null
+++ b/sbin/spppcontrol/Makefile
@@ -0,0 +1,3 @@
+PROG= spppcontrol
+
+.include <bsd.prog.mk>