mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style tidy-up.
This commit is contained in:
parent
e0761ab1e6
commit
09b904c8e5
1 changed files with 4 additions and 2 deletions
|
|
@ -2,11 +2,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= kdump
|
||||
CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../..
|
||||
SRCS= kdump.c ioctl.c subr.c
|
||||
.PATH: ${.CURDIR}/../ktrace
|
||||
CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../..
|
||||
|
||||
CLEANFILES+=ioctl.c
|
||||
|
||||
.PATH: ${.CURDIR}/../ktrace
|
||||
|
||||
ioctl.c: mkioctls
|
||||
sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue