This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
openrc
Watch
1
Star
0
Fork
0
You've already forked openrc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3036b44798
openrc
/
sh
/
Makefile.FreeBSD
7 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS.
2008-03-25 19:36:05 +05:30
SRCS
+=
init.sh.in
.sh.BSD.in is a better extension.
2008-03-26 19:32:59 +05:30
.SUFFIXES
:
.
sh
.
BSD
.
in
.sh.BSD.in.sh
:
use $CP and $SED instead of cp and sed
2008-03-26 19:57:46 +05:30
${
SED
}
${
SED_REPLACE
}
${
SED_EXTRA
}
$< >
$@
Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS.
2008-03-25 19:36:05 +05:30
Reference in New Issue
Copy Permalink