Roy's Projects
/
dhcpcd-ui
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update copyrights and grab version in configure.
[dhcpcd-ui]
/
mk
/
files.mk
1
# Quick and dirty files
2
# Copyright 2008 Roy Marples <roy@marples.name>
3
4
FILESDIR?= ${BINDIR}
5
FILESMODE?= ${NONBINMODE}
6
7
_filesinstall:
8
${INSTALL} -d ${DESTDIR}${FILESDIR}
9
${INSTALL} -m ${FILESMODE} ${FILES} ${DESTDIR}${FILESDIR}