This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
44973a75bb
freebsd-skq
/
libexec
/
pppoed
/
Makefile
11 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
pppoed(8) - a server to accept PPPoE connections
1999-11-21 23:39:14 +00:00
# $FreeBSD$
PROG
=
pppoed
Convert to LIBADD Reduce overlinking
2014-11-25 21:18:18 +00:00
LIBADD
=
netgraph
- Backout botched attempt to intoduce MANSECT feature. - MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
MAN
=
pppoed.8
pppoed(8) - a server to accept PPPoE connections
1999-11-21 23:39:14 +00:00
Make WARNS=6 the default for libexec/. Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS.
2010-01-02 09:50:19 +00:00
WARNS
?=
1
Lock down with WFORMAT?=1, with overrides in the subdirectories which are not yet warning-clean. Tested on i386 and alpha.
2002-02-04 02:33:51 +00:00
WFORMAT
=
0
pppoed(8) - a server to accept PPPoE connections
1999-11-21 23:39:14 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink