mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-12 23:34:37 +08:00

Import DHCPCD(8) from: http://roy.marples.name/projects/dhcpcd/ The upstream sources can be obtained via: fossil clone http://roy.marples.name/projects/dhcpcd The imported version is 2014-01-29 19:46:44 [6b209507bb].
5 lines
191 B
Makefile
5 lines
191 B
Makefile
# 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)
|