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
dma: note that we will have to clean up SSL state
[dragonfly.git]
/
libexec
/
customcc
/
Makefile
blob
1627f9b7498e8da5614c78b22ee0d801104b0c45
1
SCRIPTS
=
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
beforeinstall
:
11
sed
"s#@@PREFIX2@@#${USRDATA_PREFIX}/usr#g"
${
.CURDIR
}/
cc
.sh
>
cc
12
13
.
include
<
bsd.prog.mk
>