repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Repo-copy numerous files from sys/emulation/posix4 to sys/sys and sys/kern
[dragonfly/vkernel-mp.git]
/
sys
/
netgraph
/
ppp
/
Makefile
blob
068ea7431af36f7944587f31ab2729b296d277b2
1
# $FreeBSD: src/sys/modules/netgraph/ppp/Makefile,v 1.1.4.3 2001/12/21 09:00:49 ru Exp $
2
# $DragonFly: src/sys/netgraph/ppp/Makefile,v 1.2 2003/06/17 06:28:46 dillon Exp $
3
# $Whistle: Makefile,v 1.1 1999/01/24 02:52:12 archie Exp $
4
5
KMOD
=
ng_ppp
6
SRCS
=
ng_ppp.c
7
KMODDEPS
=
netgraph
8
9
.
include
<
bsd.kmod.mk
>