fix "\" for programs and work on spacing
[unix-history] / usr / src / Makefile
index 80881bd..d1b98a3 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.12    (Berkeley)      %G%
 #
 # This makefile is designed to be run as:
 #      make build
 #
 # This makefile is designed to be run as:
 #      make build
@@ -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