Print this page
manpage lint.

Split Close
Expand all
Collapse all
          --- old/usr/src/man/Makefile
          +++ new/usr/src/man/Makefile
↓ open down ↓ 94 lines elided ↑ open up ↑
  95   95                  man9f           \
  96   96                  man9p           \
  97   97                  man9s
  98   98  
  99   99  .PARALLEL: $(SUBDIRS)
 100  100  
 101  101  all             := TARGET = all
 102  102  clean           := TARGET = clean
 103  103  clobber         := TARGET = clobber
 104  104  install         := TARGET = install
      105 +check           := TARGET = check
 105  106  
 106      -all clean clobber install: $(SUBDIRS)
      107 +all check clean clobber install: $(SUBDIRS)
 107  108  
 108  109  $(SUBDIRS):     FRC
 109  110          @cd $@; pwd; $(MAKE) $(TARGET)
 110  111  
 111  112  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX