repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hook mount_hpfs into the build. It builds and even works.
[dragonfly.git]
/
libexec
/
customcc
/
Makefile
blob
ff2094ae528da34058d0922ed06940d272cad460
1
SCRIPTS
= ${
.OBJDIR
}/
cc
2
SCRIPTSDIR
= /
usr
/
libexec
/
custom
3
SYMLINKS
=
cc
${
SCRIPTSDIR
}/
cpp
\
4
cc
${
SCRIPTSDIR
}/
c
++
\
5
cc
${
SCRIPTSDIR
}/
gcc \
6
cc
${
SCRIPTSDIR
}/
g
++
7
CLEANFILES
=
cc
8
NOMAN
=
9
10
${
.OBJDIR
}/
cc
:
cc
.sh
11
sed
"s#@@PREFIX2@@#${USRDATA_PREFIX}/usr#g"
$> > $
@
12
13
.
include
<
bsd.prog.mk
>