PR/33627: Keiichi Shima: typo in Makefile.ioctl-c in kdump directory
s/RW/WR/
This commit is contained in:
parent
2f8c495ce2
commit
5e5752c8cd
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile.ioctl-c,v 1.16 2004/07/10 12:12:49 tron Exp $
|
||||
# $NetBSD: Makefile.ioctl-c,v 1.17 2006/06/02 13:56:49 christos Exp $
|
||||
|
||||
# NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
|
||||
|
||||
DEPFILEGLOB= ${DESTDIR}/usr/include/*/*.h
|
||||
|
||||
.if !make(cleandir) && !make(obj) && !make(includes)
|
||||
DEPFILES != egrep -l '(_IO\(|_IOR\(|_IOW\(|_IORW\()' ${DEPFILEGLOB}
|
||||
DEPFILES != egrep -l '(_IO\(|_IOR\(|_IOW\(|_IOWR\()' ${DEPFILEGLOB}
|
||||
.endif
|
||||
|
||||
${PROG}-ioctl.c: mkioctls Makefile ${DEPFILES}
|
||||
|
|
Loading…
Reference in New Issue