mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Add -I${.CURDIR} since it #includes logo.c from the source dir and breaks
when building with an obj dir. Reported by: Quite a few people.. :-/
This commit is contained in:
parent
0adf658a50
commit
b23841bc64
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/12/28 14:22:57 des Exp $
|
||||
|
||||
KMOD= logo_saver
|
||||
SRCS= logo_saver.c
|
||||
|
||||
NOMAN=
|
||||
CFLAGS+= -I${.CURDIR}/..
|
||||
CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue