diff options
Diffstat (limited to 'usr/src/lib/brand/sn1/Makefile')
-rw-r--r-- | usr/src/lib/brand/sn1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/brand/sn1/Makefile b/usr/src/lib/brand/sn1/Makefile index e717c249a2..2ea7d34e5c 100644 --- a/usr/src/lib/brand/sn1/Makefile +++ b/usr/src/lib/brand/sn1/Makefile @@ -37,12 +37,12 @@ all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint _msg := TARGET= _msg .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) + _msg: $(MSGSUBDIRS) |