diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-01-03 23:21:33 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-01-03 23:21:33 +0000 |
| commit | 8388661cabaf24912e52e6eee591dbb70142a748 (patch) | |
| tree | 0cf680db63685774871fee5b45e98c0b06c109e9 /lib/libsysdecode | |
| parent | 176fcc76181a85f17f95937e6a63b846c9dd9390 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode')
| -rw-r--r-- | lib/libsysdecode/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libsysdecode/Makefile b/lib/libsysdecode/Makefile index 0ec121235127..123ea49ca572 100644 --- a/lib/libsysdecode/Makefile +++ b/lib/libsysdecode/Makefile @@ -36,12 +36,7 @@ CFLAGS.gcc.ioctl.c+= -Wno-unused CFLAGS.gcc+= ${CFLAGS.gcc.${.IMPSRC}} -# mkioctls runs find(1) for headers so needs to rebuild every time. This used -# to be a hack only done in buildworld. -.if !defined(_SKIP_BUILD) -ioctl.c: .PHONY -.endif -ioctl.c: mkioctls .META +ioctl.c: mkioctls env MACHINE=${MACHINE} CPP="${CPP}" \ /bin/sh ${.CURDIR}/mkioctls ${DESTDIR}${INCLUDEDIR} > ${.TARGET} |
