9abab6de8b
- use .PATH not broken links - share the make fragment to build "ioctl.c" - general clean up, RCSID, etc. this is all happy now AFAICT.
6 lines
292 B
Makefile
6 lines
292 B
Makefile
# $NetBSD: Makefile.ioctl-c,v 1.1 1999/07/12 04:13:34 mrg Exp $
|
|
|
|
ioctl.c: mkioctls ${DESTDIR}/usr/include/sys/ioctl.h ${DESTDIR}/usr/include/sys/ioctl_compat.h
|
|
/bin/sh ${.CURDIR}/../kdump/mkioctls ${DESTDIR}/usr/include/sys/ioctl.h \
|
|
${DESTDIR}/usr/include/sys/ioctl_compat.h > ioctl.c
|