diff options
Diffstat (limited to 'usr/src/lib/smbclnt/Makefile.subdirs')
-rw-r--r-- | usr/src/lib/smbclnt/Makefile.subdirs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/smbclnt/Makefile.subdirs b/usr/src/lib/smbclnt/Makefile.subdirs index 66720e53ee..7febe451c4 100644 --- a/usr/src/lib/smbclnt/Makefile.subdirs +++ b/usr/src/lib/smbclnt/Makefile.subdirs @@ -33,9 +33,8 @@ clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install install_h := TARGET = install_h -lint := TARGET = lint -all check clean clobber install install_h lint: $(SUBDIRS) +all check clean clobber install install_h: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET) |