summaryrefslogtreecommitdiffstats
path: root/dhcpcd/GNUmakefile
blob: 28d60969f949ec18054995db93ea2e5dad73fb3b (plain) (blame)
1
2
3
4
# GNU Make does not automagically include .depend
# Luckily it does read GNUmakefile over Makefile so we can work around it
include Makefile
-include $(shell test -e .depend && echo .depend)