Touch the $Revision$ string to cause a cvs revision update of the boot
[unix-history] / Makefile
index 05e96d1..19e7d35 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 #      @(#)Makefile    5.1.1.2 (Berkeley) 5/9/91
 #
 #      @(#)Makefile    5.1.1.2 (Berkeley) 5/9/91
 #
-#      $Id: Makefile,v 1.50 1994/05/14 20:01:00 ache Exp $
+#      $Id: Makefile,v 1.52 1994/06/02 06:50:20 jkh Exp $
 #
 
 SUBDIR=
 #
 
 SUBDIR=
@@ -67,7 +67,7 @@ CLEANDIR=
 CLEANDIR=      cleandir
 .endif
 
 CLEANDIR=      cleandir
 .endif
 
-# Where is the c-compier source.  Change this, and gnu/usr.bin/Makefile if you
+# Where is the c-compiler source.  Change this, and gnu/usr.bin/Makefile if you
 # want to use another cc (gcc-2.5.8 for instance)
 CCDIR=         ${.CURDIR}/gnu/usr.bin/cc
 #CCDIR=                ${.CURDIR}/gnu/usr.bin/cc25
 # want to use another cc (gcc-2.5.8 for instance)
 CCDIR=         ${.CURDIR}/gnu/usr.bin/cc
 #CCDIR=                ${.CURDIR}/gnu/usr.bin/cc25
@@ -138,6 +138,7 @@ includes:
        cd ${.CURDIR}/include;                  make clean all install
        cd ${CCDIR}/libobjc;                    make beforeinstall
        cd ${.CURDIR}/gnu/lib/libg++;           make beforeinstall
        cd ${.CURDIR}/include;                  make clean all install
        cd ${CCDIR}/libobjc;                    make beforeinstall
        cd ${.CURDIR}/gnu/lib/libg++;           make beforeinstall
+       cd ${.CURDIR}/gnu/lib/libreadline;      make beforeinstall
        cd ${.CURDIR}/lib/libcurses;            make beforeinstall
        cd ${.CURDIR}/lib/libc;                 make beforeinstall
 .if !defined(NOCRYPT) && exists(${.CURDIR}/kerberosIV)
        cd ${.CURDIR}/lib/libcurses;            make beforeinstall
        cd ${.CURDIR}/lib/libc;                 make beforeinstall
 .if !defined(NOCRYPT) && exists(${.CURDIR}/kerberosIV)