make depend
[unix-history] / usr / src / Makefile
index f57b230..c5fb4cb 100644 (file)
@@ -1,17 +1,19 @@
-#      @(#)Makefile    4.1     (Berkeley)      %G%
+#      @(#)Makefile    4.4     (Berkeley)      %G%
 #
 DESTDIR=
 CFLAGS=        -O
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 #
 DESTDIR=
 CFLAGS=        -O
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
-SUBDIR=        bin etc games lib ucb usr.bin usr.lib local
+SUBDIR=        lib usr.lib bin usr.bin etc ucb new games local
 
 all:   ${SUBDIR}
 
 
 all:   ${SUBDIR}
 
-${SUBDIR}: /tmp
+${SUBDIR}: FRC
        cd $@; make ${MFLAGS}
 
        cd $@; make ${MFLAGS}
 
+FRC:
+
 install:
        for i in ${SUBDIR}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
 install:
        for i in ${SUBDIR}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done