diff options
Diffstat (limited to 'usr/src/lib/libinstzones/Makefile')
-rw-r--r-- | usr/src/lib/libinstzones/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libinstzones/Makefile b/usr/src/lib/libinstzones/Makefile index 85d3363ba1..189238daad 100644 --- a/usr/src/lib/libinstzones/Makefile +++ b/usr/src/lib/libinstzones/Makefile @@ -32,7 +32,7 @@ HDRS = instzones_api.h HDRDIR = hdrs -SUBDIRS = $(MACH) +SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) all := TARGET = all @@ -40,12 +40,11 @@ install := TARGET = install clean := TARGET = clean clobber := TARGET = clobber _msg := TARGET = _msg -lint := TARGET = lint .KEEP_STATE: -all clean clobber install _msg lint: $(SUBDIRS) +all clean clobber install _msg: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) |