mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Style tidy-up.
This commit is contained in:
parent
e0761ab1e6
commit
09b904c8e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98553
@ -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 New Issue
Block a user