X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/30602156de401b3e6040f21290d9343b07e6e2ff..31c63d891fbe258ee6dbb0f6929fa4baef772377:/usr/src/Makefile diff --git a/usr/src/Makefile b/usr/src/Makefile index 95d2e22547..d477292aba 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -1,21 +1,6 @@ -# @(#)Makefile 4.2 (Berkeley) %G% -# -DESTDIR= -CFLAGS= -O +# @(#)Makefile 5.1.1.2 (Berkeley) %G% -# Programs that live in subdirectories, and have makefiles of their own. -# -SUBDIR= lib usr.lib bin usr.bin etc ucb games local +SUBDIR= bin contrib games include kerberosIV lib libexec sbin share \ + usr.bin usr.sbin -all: ${SUBDIR} - -${SUBDIR}: /tmp - cd $@; make ${MFLAGS} - -install: - for i in ${SUBDIR}; do \ - (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done - -clean: - rm -f a.out core *.s *.o - for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done +.include