diff options
author | marcel <marcel@FreeBSD.org> | 1999-12-03 17:35:34 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-12-03 17:35:34 +0000 |
commit | 5d3899446e725cae80806772089ecafb555c42f6 (patch) | |
tree | 0ceca2ac413f6c6b5d409ea97e00a8823b617918 /usr.bin/truss | |
parent | 9f9ea4099cf000729916428d1730c40e964e1db3 (diff) | |
download | FreeBSD-src-5d3899446e725cae80806772089ecafb555c42f6.zip FreeBSD-src-5d3899446e725cae80806772089ecafb555c42f6.tar.gz |
Fix for the new usage of mkioctls
Diffstat (limited to 'usr.bin/truss')
-rw-r--r-- | usr.bin/truss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 8ba4702..8173c8a 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -29,6 +29,6 @@ syscalls.h: syscalls.master ${.CURDIR}/i386.conf ioctl.c: ${.CURDIR}/../../usr.bin/kdump/mkioctls - /bin/sh ${.CURDIR}/../../usr.bin/kdump/mkioctls > ioctl.c + sh ${.CURDIR}/../../usr.bin/kdump/mkioctls ${DESTDIR}/usr/include > ioctl.c .include <bsd.prog.mk> |