X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/638364c02df1e5fcb4337a859d77b5b4b00ea0dc..a9891619126706a5cd2b723d8293c9e7cac97f7e:/usr/src/lib/Makefile diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 4ebeda4522..ccf19a35c3 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -1,12 +1,12 @@ -# @(#)Makefile 4.2 (Berkeley) %G% +# Makefile 4.11 83/11/10 # DESTDIR= CFLAGS= -O # Programs that live in subdirectories, and have makefiles of their own. # -SUBDIR= libF77 libI77 libU77 libdbm libg libjobs libln libm libmp \ - libnm libplot libtermlib sendmail vpr +SUBDIR= lib2648 libF77 libI77 libU77 libcurses libdbm libg libln \ + libm libmp libnm libpc libplot libtermlib lpr sendmail # Shell scripts that need only be installed and are never removed. # @@ -15,7 +15,7 @@ SCRIPT= makewhatis # C programs that live in the current directory and do not need # explicit make lines. # -STD= getNAME makekey +STD= atrun getNAME makekey # C programs that live in the current directory and need explicit make lines. # @@ -32,8 +32,9 @@ ${STD}: install: for i in ${SUBDIR}; do \ (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done - for i in ${SCRIPT}; do (install -c $$i.sh ${DESTDIR}/etc/$$i); done - for i in ${STD} ${NSTD}; do (install $$i ${DESTDIR}/etc/$$i); done + 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 clean: rm -f a.out core *.s *.o @@ -63,6 +64,12 @@ depend: # DO NOT DELETE THIS LINE -- make depend uses it +atrun: atrun.c +atrun: /usr/include/stdio.h +atrun: /usr/include/sys/param.h +atrun: /usr/include/sys/dir.h +atrun: /usr/include/sys/time.h +atrun: /usr/include/sys/stat.h getNAME: getNAME.c getNAME: /usr/include/stdio.h makekey: makekey.c