diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2022-06-13 17:35:39 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2022-06-13 17:35:39 +0000 |
| commit | 68049f6da84a620246b24c04da09db03564fa18c (patch) | |
| tree | 8c3fb321d05e002242f1ab4ad4a35ee363b0ef23 /include | |
| parent | cca19272611dac7ac1ac3ae4c457ce5cb6c38cff (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/i386/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/i386/Makefile b/include/i386/Makefile index 9bf2cef50b78..e422a100bebd 100644 --- a/include/i386/Makefile +++ b/include/i386/Makefile @@ -2,7 +2,8 @@ .PATH: ${SRCTOP}/sys/i386/include INCS= \ - cpufunc.h + cpufunc.h \ + profile.h INCSDIR= ${INCLUDEDIR}/i386 .include <bsd.prog.mk> |
