mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
Make Makefile take a relative path for CFLAGS.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
This commit is contained in:
parent
17a20d2fac
commit
f02202acd5
@ -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 New Issue
Block a user