Roy's Projects
/
dhcpcd-ui
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7120712
)
Add missing Makefile
author
Roy Marples
<roy@marples.name>
Wed, 15 Apr 2009 15:51:36 +0000
(15:51 +0000)
committer
Roy Marples
<roy@marples.name>
Wed, 15 Apr 2009 15:51:36 +0000
(15:51 +0000)
src/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/src/Makefile
b/src/Makefile
new file mode 100644
(file)
index 0000000..
e2f417b
--- /dev/null
+++ b/
src/Makefile
@@ -0,0
+1,12
@@
+MKGTK?= yes
+_GTK_SH= case "${MKGTK}" in \
+ [Yy][Ee][Ss]) echo "dhcpcd-gtk";; \
+ *) echo "";; \
+ esac
+_GTK!= ${_GTK_SH}
+GTK= ${_GTK}$(shell ${_GTK_SH})
+
+SUBDIR= libdhcpcd ${GTK}
+
+MK=../mk
+include ${MK}/subdir.mk