mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
bsd.obj.mk -> bsd.prog.mk in modules makefiles, as the
latter automatically includes ../Makefile.inc and adds
-I${DESTDIR}/usr/include to ${CFLAGS} needed for "make
world" which is built with -nostdinc.
Reviewed by: MAINTAINER timeout
5 lines
52 B
Makefile
5 lines
52 B
Makefile
# $FreeBSD$
|
|
|
|
MODULE= Opcode
|
|
|
|
.include <bsd.prog.mk>
|