Browse Source

forget about this for now; wait till later

OPENBSD_5_4
deraadt 11 years ago
parent
commit
afb10da73d
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/include/Makefile

+ 2
- 3
src/include/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.167 2013/03/18 19:04:12 deraadt Exp $
# $OpenBSD: Makefile,v 1.168 2013/03/18 19:15:04 deraadt Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@ -132,8 +132,7 @@ copies:
cd ../sys; \
pax -rw -pa -L \
`find ${LDIRS} -follow -type f -name '*.h' \
'!' -path 'dev/microcode/*' '!' -path 'dev/pci/drm/i915*' \
-print` ${DESTDIR}/usr/include
'!' -path 'dev/microcode/*' -print` ${DESTDIR}/usr/include
cd ${DESTDIR}/usr/include && rm -rf ${MACHINE} ${MACHINE_CPU} machine
${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
${DESTDIR}/usr/include/${MACHINE}


Loading…
Cancel
Save