--- cci/usr/src/usr.lib/Makefile 2019/07/28 12:24:19 1.1 +++ cci/usr/src/usr.lib/Makefile 2019/07/28 12:27:43 1.1.1.2 @@ -16,7 +16,7 @@ CFLAGS= -O -I${INCLDIR} # To make them all, use the next 'SUBDIR': # SUBDIR= learn libcurses libdbm libln \ # libm libmp libplot libtermlib lpr sendmail -SUBDIR= learn libF77 libI77 libU77 libcurses libdbm libg libln libm libM libmp libtermlib libsys5 lpr sendmail tmac +SUBDIR= learn libF77 libI77 libU77 libcurses libdbm libg libln libm libmp libtermlib libsys5 lpr sendmail tmac # Shell scripts that need only be installed and are never removed. # @@ -48,6 +48,7 @@ install: for i in ${SCRIPT}; do (install -c $$i.sh ${DESTDIR}/usr/lib/$$i); done for i in ${STD} ${NSTD}; do (install $$i ${DESTDIR}/usr/lib/$$i); done install -c lib.b ${DESTDIR}/usr/lib/lib.b + install -c Mail.rc ${DESTDIR}/usr/lib/Mail.rc install -c crontab ${DESTDIR}/usr/lib/crontab clean: