Fix for the new usage of mkioctls

This commit is contained in:
Marcel Moolenaar 1999-12-03 17:35:34 +00:00
parent e64b191d27
commit 6468017b7f

View File

@ -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>