diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2019-07-24 21:06:19 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2019-07-24 21:06:19 +0000 |
| commit | 9e92b0f0152ecfcc9563a144ebfb701b86d7ae5d (patch) | |
| tree | 44be1d2b313d96cd463415a1eeef16d1017aa5cb /lib/libsysdecode/Makefile | |
| parent | 1ab93d1f2375227b72db975bc19ce12bc8d75783 (diff) | |
Notes
Diffstat (limited to 'lib/libsysdecode/Makefile')
| -rw-r--r-- | lib/libsysdecode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsysdecode/Makefile b/lib/libsysdecode/Makefile index b11b75a09a72..caab36d1e303 100644 --- a/lib/libsysdecode/Makefile +++ b/lib/libsysdecode/Makefile @@ -123,7 +123,8 @@ CFLAGS.gcc.ioctl.c+= -Wno-redundant-decls CFLAGS.gcc+= ${CFLAGS.gcc.${.IMPSRC}} DEPENDOBJS+= tables.h -tables.h: mktables +tables.h: mktables ${SYSROOT}/sys/netinet/in.h ${SYSROOT}/sys/netinet/tcp.h \ + ${SYSROOT}/sys/netinet6/in6.h sh ${.CURDIR}/mktables ${SYSROOT:U${DESTDIR}}${INCLUDEDIR} ${.TARGET}.tmp && \ mv -f ${.TARGET}.tmp ${.TARGET} |
