mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-30 21:44:52 +08:00
c9beb7cc29
This breaks our hack to support both, so workaround by using GNUmakefile at the toplevel. Note that building a source release now requires BSD make or gmake-4
3 lines
36 B
Makefile
3 lines
36 B
Makefile
TOP?= ..
|
|
include ${TOP}/GNUmakefile
|