dhcpcd/GNUmakefile

9 lines
305 B
Makefile
Raw Normal View History

2009-07-15 05:52:43 +08:00
# GNU Make does not automagically include .depend
# Luckily it does read GNUmakefile over Makefile so we can work around it
2014-04-23 18:02:13 +08:00
# Nasty hack so that make clean works without configure being run
CONFIG_MK?=$(shell test -e config.mk && echo config.mk || echo config-null.mk)
2014-04-23 18:02:13 +08:00
include Makefile
2014-04-23 18:02:13 +08:00
-include .depend