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-02-21 17:00:58 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ddae57504b
opnsense-src
/
sys
/
modules
/
zlib
/
Makefile
9 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
Give zlib the ability to be a module that can be depended on, in the MODULE_DEPEND() sense.
2004-06-20 13:42:35 -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
/
libkern
Give zlib the ability to be a module that can be depended on, in the MODULE_DEPEND() sense.
2004-06-20 13:42:35 -04:00
KMOD
=
zlib
SRCS
=
zlib.c
.
i
n
c
l
u
d
e
<
b
s
d
.
k
m
o
d
.
m
k
>
Reference in a new issue
Copy permalink