mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Style: move .PATH to where it belongs.
This commit is contained in:
parent
b122ac0407
commit
f329a1513a
@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/com_err
|
||||
|
||||
PROG= compile_et
|
||||
SRCS= compile_et.c parse.y lex.l getarg.c
|
||||
CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/com_err
|
||||
|
Loading…
Reference in New Issue
Block a user