mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Make Makefile take a relative path for CFLAGS.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
This commit is contained in:
parent
5238dbaecc
commit
65cf764910
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PROG= xten
|
||||
SRCS= xten.c
|
||||
CFLAGS+=-I. -I/usr/src/libexec/xtend
|
||||
CFLAGS+=-I. -I${.CURDIR}/../../libexec/xtend
|
||||
|
||||
MAN1= xten.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue