mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
Switch from bogus absolute path to a relative one.
Closes PR #bin/391 Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
This commit is contained in:
parent
39fe917d33
commit
f26b6240ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8396
@ -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