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
Correct comments and minor variable naming and sysctl issues.
[dragonfly.git]
/
libexec
/
pppoed
/
Makefile
blob
83c26077b8781c6f029bf75787f3dbc6bda60f9c
1
# $FreeBSD: src/libexec/pppoed/Makefile,v 1.1.6.1 2001/04/25 10:40:54 ru Exp $
2
# $DragonFly: src/libexec/pppoed/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
3
4
PROG
=
pppoed
5
SRCS
=
pppoed.c
6
DPADD
= ${
LIBNETGRAPH
}
7
LDADD
= -
lnetgraph
8
MAN
=
pppoed
.8
9
10
.
include
<
bsd.prog.mk
>