X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/9c1744c1e8e7358afabdb4b0ab1ddcfb21229c7e..fbbe97774da19adc99b6000b93ec3feadae4e7f9:/usr/src/Makefile diff --git a/usr/src/Makefile b/usr/src/Makefile index f57b230743..c5fb4cba4e 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -1,17 +1,19 @@ -# @(#)Makefile 4.1 (Berkeley) %G% +# @(#)Makefile 4.4 (Berkeley) %G% # DESTDIR= CFLAGS= -O # Programs that live in subdirectories, and have makefiles of their own. # -SUBDIR= bin etc games lib ucb usr.bin usr.lib local +SUBDIR= lib usr.lib bin usr.bin etc ucb new games local all: ${SUBDIR} -${SUBDIR}: /tmp +${SUBDIR}: FRC cd $@; make ${MFLAGS} +FRC: + install: for i in ${SUBDIR}; do \ (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done