diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-11-17 23:48:17 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-11-17 23:48:17 +0000 |
| commit | 3b1adda71f79ce1adb9dee59fb0af12f7f5605e2 (patch) | |
| tree | 3ea452b854fa81f93c7debbace0a8aa865f24ed8 /include/Makefile | |
| parent | b0103a491acd0b22638a3568adc3c73452252c3d (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index c0d6a22b9964..f7acc3095b92 100644 --- a/include/Makefile +++ b/include/Makefile @@ -105,7 +105,7 @@ compat: .endif copies: -.for i in ${LDIRS} ${LSUBDIRS} crypto machine machine/pc +.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} altq crypto machine machine/pc .if exists(${DESTDIR}${INCLUDEDIR}/$i) cd ${DESTDIR}${INCLUDEDIR}/$i; \ for h in *.h; do \ |
