mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
another -I/sys to -I${.CURDIR}/../../sys
This commit is contained in:
parent
82681653a4
commit
71f6084c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
PROG= dumplfs
|
||||
CFLAGS+=-I/sys/ufs/lfs
|
||||
CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs
|
||||
SRCS= dumplfs.c lfs_cksum.c misc.c
|
||||
.PATH: ${.CURDIR}/../../sys/ufs/lfs
|
||||
MAN8= dumplfs.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue