This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b481ba0ed
freebsd-dev
/
usr.sbin
/
pppctl
/
Makefile
11 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
# $FreeBSD$
Allow command line control of ppp through both TCP and AF_LOCAL sockets.
1997-06-28 01:04:54 +00:00
PROG
=
pppctl
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
MAN
=
pppctl.8
Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
The last big commit: let usr.sbin/ use WARNS=6 by default.
2010-01-02 11:07:44 +00:00
WARNS
?=
2
Convert usr.sbin to LIBADD Reduce overlinking
2014-11-25 16:57:27 +00:00
LIBADD
=
edit pthread
Allow command line control of ppp through both TCP and AF_LOCAL sockets.
1997-06-28 01:04:54 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink