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-08 10:53:24 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d815e42419
opnsense-src
/
sys
/
modules
/
snp
/
Makefile
9 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a makefile for snp(4) since it can be compiled as a module now.
2001-05-22 18:56:47 -04:00
# $FreeBSD$
sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
2017-03-04 05:10:17 -05:00
.PATH
:
${
SRCTOP
}/
sys
/
dev
/
snp
Add a makefile for snp(4) since it can be compiled as a module now.
2001-05-22 18:56:47 -04:00
KMOD
=
snp
Reintroduce the snp(4) driver. Because the TTY hooks interface was not finished when I imported the MPSAFE TTY layer, I had to disconnect the snp(4) driver. This snp(4) implementation has been sitting in my P4 branch for some time now. Unfortunately it still doesn't use the same error handling as snp(4) (returning codes through FIONREAD), but it should already be usable. I'm committing this to SVN, hoping someone else could polish off its rough edges. It's always better than having a broken driver sitting in the tree.
2008-11-05 10:04:03 -05:00
SRCS
=
snp.c
Add a makefile for snp(4) since it can be compiled as a module now.
2001-05-22 18:56:47 -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