mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 04:22:59 -04:00
fix another BLODDY ABSOLUTE .PATH !!!! :-<
This commit is contained in:
parent
794cdf17ef
commit
7a621ea796
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
PROG= dumplfs
|
||||
CFLAGS+=-I/sys/ufs/lfs
|
||||
SRCS= dumplfs.c lfs_cksum.c misc.c
|
||||
.PATH: /sys/ufs/lfs
|
||||
.PATH: ${.CURDIR}/../../sys/ufs/lfs
|
||||
MAN8= dumplfs.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue