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-03-26 20:53:08 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
deaff65313
opnsense-src
/
sys
/
modules
/
rc4
/
Makefile
9 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
make rc4 crypto support a module so other modules can depend on it Submitted by: imp Reviewed by: imp
2003-01-15 14:55:17 -05: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
/
crypto
/
rc
4
make rc4 crypto support a module so other modules can depend on it Submitted by: imp Reviewed by: imp
2003-01-15 14:55:17 -05:00
KMOD
=
rc4
SRCS
=
rc4.c
.
i
n
c
l
u
d
e
<
b
s
d
.
k
m
o
d
.
m
k
>
Reference in a new issue
Copy permalink