This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-23 15:19:31 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0e371878c8
opnsense-src
/
sys
/
modules
/
ccd
/
Makefile
9 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-27 21:08:13 -04:00
# $FreeBSD$
A Makefile for a ccd lkm. You need to explicitly /sbin/modload it for now. Someday I'll add a hook to ccdconfig to do it automatically.
1996-06-11 23:49:15 -04:00
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 09:00:42 -05:00
.PATH
:
${.
CURDIR
}/../../
dev
/
ccd
KMOD
=
ccd
Kill the NCCD constant by modernizing the ccd driver. Submitted by: sobomax Reviewed by: phk
2001-09-04 04:33:30 -04:00
SRCS
=
ccd.c vnode_if.h
A Makefile for a ccd lkm. You need to explicitly /sbin/modload it for now. Someday I'll add a hook to ccdconfig to do it automatically.
1996-06-11 23:49:15 -04:00
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of encoding the relative path.
2000-05-26 21:14:33 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
k
m
o
d
.
m
k
>
Reference in a new issue
Copy permalink