diff options
Diffstat (limited to 'usr/src/uts/common/sys/Makefile')
-rw-r--r-- | usr/src/uts/common/sys/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/Makefile b/usr/src/uts/common/sys/Makefile index c43bcf2..118fed0 100644 --- a/usr/src/uts/common/sys/Makefile +++ b/usr/src/uts/common/sys/Makefile @@ -49,8 +49,7 @@ sparc_HDRS= GENHDRS= # Normal headers -CHKHDRS= \ - foo.h +CHKHDRS= HDRS= $(GENHDRS) $(CHKHDRS) |