add whiteout entry type
[unix-history] / usr / src / Makefile
index 8573ded..dad4166 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.8 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) %G%
 
 SUBDIR=        bin contrib games include kerberosIV lib libexec sbin share \
        usr.bin usr.sbin
 
 SUBDIR=        bin contrib games include kerberosIV lib libexec sbin share \
        usr.bin usr.sbin
@@ -10,7 +10,7 @@ build:
        (cd include && make install)
        make cleandir
        (cd lib && make depend && make && make install)
        (cd include && make install)
        make cleandir
        (cd lib && make depend && make && make install)
-       (cd kerberosIV && make && make install)
+       (cd kerberosIV && make depend  && make && make install)
        make depend && make && make install
        
 .include <bsd.subdir.mk>
        make depend && make && make install
        
 .include <bsd.subdir.mk>