diff options
author | 2007-06-11 16:27:49 +0000 | |
---|---|---|
committer | 2007-06-11 16:27:49 +0000 | |
commit | 8510904ae50a39d6a8b8dcbdd2245e932fe03d4b (patch) | |
tree | 7457a45a28a327c10d702e33fcb2bc566fd17f06 /sys | |
parent | Remove the USB_GET_SC_OPEN macro. There is a double check for sc == NULL in (diff) | |
download | wireguard-openbsd-8510904ae50a39d6a8b8dcbdd2245e932fe03d4b.tar.xz wireguard-openbsd-8510904ae50a39d6a8b8dcbdd2245e932fe03d4b.zip |
inlude powerpc/include/*.h in macppc's make tags target.
ok drahn@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/macppc/Makefile b/sys/arch/macppc/Makefile index 4ef3035518d..f52a9627808 100644 --- a/sys/arch/macppc/Makefile +++ b/sys/arch/macppc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/06/01 15:48:35 grange Exp $ +# $OpenBSD: Makefile,v 1.5 2007/06/11 16:27:49 thib Exp $ S=${.CURDIR}/../.. .include "$S/kern/Make.tags.inc" @@ -11,10 +11,11 @@ SUBDIR= stand .endif TMACPPC= $S/arch/macppc/tags -SMACPPC= $S/arch/macppc/macppc/*.[ch] \ - $S/arch/macppc/include/*.h \ - $S/arch/macppc/dev/*.[ch] \ - $S/arch/macppc/pci/*.[ch] +SMACPPC= $S/arch/macppc/macppc/*.[ch] \ + $S/arch/macppc/include/*.h \ + $S/arch/macppc/dev/*.[ch] \ + $S/arch/macppc/pci/*.[ch] \ + $S/arch/powerpc/include/*.h AMACPPC= $S/arch/macppc/macppc/*.[sS] # Directories in which to place macppc tags links |