date and time created 87/02/15 16:03:31 by lepreau
[unix-history] / usr / src / Makefile
index 80881bd..f070e83 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    4.11    (Berkeley)      %G%
+#      @(#)Makefile    4.13    (Berkeley)      %G%
 #
 # This makefile is designed to be run as:
 #      make build
 #
 # This makefile is designed to be run as:
 #      make build
@@ -42,7 +42,7 @@ SRC_MFLAGS = -k
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 LIBDIR= lib usr.lib
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 LIBDIR= lib usr.lib
-SRCDIR=        bin usr.bin etc ucb new games local
+SRCDIR=        bin usr.bin etc ucb new games local old
 
 all:   ${LIBDIR} ${SRCDIR}
 
 
 all:   ${LIBDIR} ${SRCDIR}
 
@@ -93,7 +93,7 @@ FRC:
 
 install:
        -for i in ${LIBDIR} ${SRCDIR}; do \
 
 install:
        -for i in ${LIBDIR} ${SRCDIR}; do \
-               (cd $$i; 
+               (cd $$i; \
                make ${MFLAGS} ${SRC_MFLAGS} DESTDIR=${DESTDIR} install); \
        done
 
                make ${MFLAGS} ${SRC_MFLAGS} DESTDIR=${DESTDIR} install); \
        done