File: iconfig.mk

package info (click to toggle)
dhcpcd5 7.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,932 kB
  • sloc: ansic: 29,556; sh: 1,829; makefile: 318
file content (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# Nasty hack so that make clean works without configure being run
# Requires gmake4
TOP?=		.
_CONFIG_MK!=	test -e ${TOP}/config.mk && \
		    echo config.mk || echo config-null.mk
CONFIG_MK?=	${_CONFIG_MK}
include		${TOP}/${CONFIG_MK}