diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-06-11 16:27:50 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-06-11 16:27:50 +0000 |
commit | 297cbd0761cc279ca01eac525d9e8289d5eb9603 (patch) | |
tree | c29c6944d2fbc6de1aef984d3b9d448c60824735 /sys | |
parent | 6c2d41245ee67a282a457622925eb8223e42d4ad (diff) |
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 |