diff options
Diffstat (limited to 'usr/src/lib/brand/labeled')
-rw-r--r-- | usr/src/lib/brand/labeled/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/brand/labeled/zone/Makefile | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/brand/labeled/Makefile b/usr/src/lib/brand/labeled/Makefile index 7c0382b702..085ea1cc6e 100644 --- a/usr/src/lib/brand/labeled/Makefile +++ b/usr/src/lib/brand/labeled/Makefile @@ -34,9 +34,9 @@ all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) + $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/brand/labeled/zone/Makefile b/usr/src/lib/brand/labeled/zone/Makefile index 9a3479d599..18268bcefc 100644 --- a/usr/src/lib/brand/labeled/zone/Makefile +++ b/usr/src/lib/brand/labeled/zone/Makefile @@ -36,6 +36,5 @@ install: $(ROOTXMLDOCS) clean: -lint: include $(SRC)/cmd/Makefile.targ |