diff options
Diffstat (limited to 'usr/src/uts/i86xpv/xnbu/Makefile')
-rw-r--r-- | usr/src/uts/i86xpv/xnbu/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/uts/i86xpv/xnbu/Makefile b/usr/src/uts/i86xpv/xnbu/Makefile index e60f05db23..9ffa2b7a8d 100644 --- a/usr/src/uts/i86xpv/xnbu/Makefile +++ b/usr/src/uts/i86xpv/xnbu/Makefile @@ -81,15 +81,13 @@ def: $(DEF_DEPS) all: $(ALL_DEPS) -# This build only 64-bit, but the lint32 below -# needs corresponding clean/clobber deps. -clean: $(CLEAN_DEPS) clean.debug32 +clean: $(CLEAN_DEPS) -clobber: $(CLOBBER_DEPS) clobber.debug32 +clobber: $(CLOBBER_DEPS) lint: $(LINT_DEPS) -modlintlib: $(MODLINTLIB_DEPS) lint32 +modlintlib: $(MODLINTLIB_DEPS) clean.lint: $(CLEAN_LINT_DEPS) |