Roy's Projects
/
dhcpcd-ui
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Increase size of the flags a bit.
[dhcpcd-ui]
/
src
/
Makefile
1
MKGTK?= yes
2
_GTK_SH= case "${MKGTK}" in \
3
[Yy][Ee][Ss]) echo "dhcpcd-gtk";; \
4
*) echo "";; \
5
esac
6
_GTK!= ${_GTK_SH}
7
GTK= ${_GTK}$(shell ${_GTK_SH})
8
9
SUBDIR= libdhcpcd ${GTK}
10
11
MK=../mk
12
include ${MK}/subdir.mk