X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/74d5a2b2840c48049bae7ca949cbdb9a77639c2a..638231e6203d8d8447c87fcb959bb90da83f521f:/usr/src/Makefile diff --git a/usr/src/Makefile b/usr/src/Makefile index ee97cd0aea..19a16b21d2 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -1,29 +1,3 @@ -# @(#)Makefile 4.5 (Berkeley) %G% -# -DESTDIR= -CFLAGS= -O +SUBDIR= bin include lib libexec sbin usr.bin usr.sbin -# Programs that live in subdirectories, and have makefiles of their own. -# -SUBDIR= lib usr.lib bin usr.bin etc ucb new games local - -all: ${SUBDIR} - -${SUBDIR}: FRC - cd $@; make ${MFLAGS} - -FRC: - -install: - for i in ${SUBDIR}; do \ - (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done - -tags: - for i in include lib usr.lib; do \ - (cd $$i; make ${MFLAGS} TAGSFILE=../tags tags); \ - done - sort -u +0 -1 -o tags tags - -clean: - rm -f a.out core *.s *.o - for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done +.include