X-Git-Url: https://roy.marples.name/git diff --git a/src/Makefile b/src/Makefile index e2f417b..12c5f85 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,12 +1,6 @@ -MKGTK?= yes -_GTK_SH= case "${MKGTK}" in \ - [Yy][Ee][Ss]) echo "dhcpcd-gtk";; \ - *) echo "";; \ - esac -_GTK!= ${_GTK_SH} -GTK= ${_GTK}$(shell ${_GTK_SH}) +TOPDIR= .. +include ${TOPDIR}/iconfig.mk -SUBDIR= libdhcpcd ${GTK} +SUBDIR= ${UI} -MK=../mk -include ${MK}/subdir.mk +include ${MKDIR}/subdir.mk