repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add __attribute__((__noreturn__)) to various function prototypes in bin/.
[dragonfly.git]
/
libexec
/
pppoed
/
Makefile
blob
3c671446891702b92b5e913c8998f237d75b84bb
1
# $FreeBSD: src/libexec/pppoed/Makefile,v 1.1.6.1 2001/04/25 10:40:54 ru Exp $
2
3
PROG
=
pppoed
4
DPADD
= ${
LIBNETGRAPH
}
5
LDADD
= -
lnetgraph
6
MAN
=
pppoed
.8
7
8
.
include
<
bsd.prog.mk
>