mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
bsd.man.mk doesn't include ${.CURDIR}/../Makefile.inc.
Removed GDBDIR-redefinition-prevention ifdef. It hasn't done anothing
for a long time, if ever. The directory is defined to the same value in
each subdir and had the same value because all subdirs are at the same
level. Keep defining it in the subdirs since that is more flexible and
no more verbose.
Prepare to inherit BINDIR by including ../Makefile.inc.
7 lines
173 B
Makefile
7 lines
173 B
Makefile
# $Id$
|
|
|
|
CFLAGS+=-I${GDBDIR}/include -I${GDBDIR}/gdb -I${GDBDIR}/bfd
|
|
CFLAGS+=-I${GDBDIR}/libiberty -I${GDBDIR}/gdb/config
|
|
CFLAGS+=-DHAVE_CONFIG_H
|
|
|
|
.include "../Makefile.inc"
|