mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
-I${.CURDIR}/../..
This commit is contained in:
parent
55229b5643
commit
122e125592
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= kdump
|
||||
CFLAGS+=-I${.CURDIR}/../ktrace
|
||||
CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../..
|
||||
SRCS= kdump.c ioctl.c subr.c
|
||||
.PATH: ${.CURDIR}/../ktrace
|
||||
CLEANFILES+=ioctl.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue