repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
share
/
i18n
/
esdb
/
CP
/
Makefile.inc
blob
2cb7be8bb4fed217f314121fc8f7d931da12b8a3
1
# $NetBSD: Makefile.inc,v 1.3 2003/10/21 10:01:21 lukem Exp $
2
3
.PATH: ${.CURDIR}/CP
4
5
CODE:= CP
6
SEP_CP:=
7
.include "${.CURDIR}/Makefile.part"
8
9
.for i in ${CP_PART}
10
.if !exists(${.CURDIR}/CP/CP${i:S/:/@/}.src)
11
CP${i:S/:/@/}.src: CP.src
12
${_MKTARGET_CREATE}
13
${TOOL_SED} 's/CPx/CP$i/' $> > $@
14
CLEANFILES+= CP${i:S/:/@/}.src
15
.endif
16
.endfor