summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-09-05 14:14:47 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-09-05 14:14:47 +0000
commit3c8868056c7b3b1a8f9f1883398027b732116849 (patch)
tree16c1cdcf1d613b300a84bcfdf4dd2dc10792fc2e /include
parentea8a4d593bd7fe462131a6d53192b50ddb7eddc3 (diff)
downloadsrc-test-3c8868056c7b3b1a8f9f1883398027b732116849.tar.gz
src-test-3c8868056c7b3b1a8f9f1883398027b732116849.zip
pkgbase: Add TAG for evdev and veriexec headers
Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D21505
Notes
Notes: svn path=/head/; revision=351857
Diffstat (limited to 'include')
-rw-r--r--include/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile
index 8893eba97ea9c..64f5f75ec5fbd 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -175,11 +175,11 @@ copies: .PHONY .META
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \
${SDESTDIR}${INCLUDEDIR}/dev/bktr
cd ${SRCTOP}/sys/dev/evdev; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input.h \
+ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 input.h \
${SDESTDIR}${INCLUDEDIR}/dev/evdev; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input-event-codes.h \
+ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 input-event-codes.h \
${SDESTDIR}${INCLUDEDIR}/dev/evdev; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 uinput.h \
+ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 uinput.h \
${SDESTDIR}${INCLUDEDIR}/dev/evdev
cd ${SRCTOP}/sys/dev/hyperv/include; \
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 hyperv.h \
@@ -191,7 +191,7 @@ copies: .PHONY .META
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 pcireg.h \
${SDESTDIR}${INCLUDEDIR}/dev/pci
cd ${SRCTOP}/sys/dev/veriexec; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 veriexec_ioctl.h \
+ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 veriexec_ioctl.h \
${SDESTDIR}${INCLUDEDIR}/dev/veriexec
cd ${SRCTOP}/sys/fs/cd9660/; \
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \