diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2017-07-22 12:51:19 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2017-07-22 12:51:19 +0000 |
| commit | a342f43571b9d96776d35c94c3f98c5f64096c48 (patch) | |
| tree | 1ff20207be13b8ec51baf1fd297a89974890d194 /lib/libsysdecode/Makefile | |
| parent | 03f9f6aa0d519229c4e8c73723abd603ec78cf75 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode/Makefile')
| -rw-r--r-- | lib/libsysdecode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsysdecode/Makefile b/lib/libsysdecode/Makefile index 9ce166c88641..073cb7ad804a 100644 --- a/lib/libsysdecode/Makefile +++ b/lib/libsysdecode/Makefile @@ -122,7 +122,7 @@ tables.h: mktables ioctl.c: .PHONY .endif ioctl.c: mkioctls .META - env CPP="${CPP}" \ + env CPP="${CPP}" MK_PF="${MK_PF}" \ /bin/sh ${.CURDIR}/mkioctls ${SYSROOT:U${DESTDIR}}${INCLUDEDIR} > ${.TARGET} beforedepend: ioctl.c tables.h |
