X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/2fa00004549a973e9bbcd366ecf3ceb21d1745b8..9ba6ba54b5cc858789bb59b62592ccbc33e3f91a:/usr/src/Makefile?ds=inline diff --git a/usr/src/Makefile b/usr/src/Makefile index c5fb4cba4e..19a16b21d2 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -1,23 +1,3 @@ -# @(#)Makefile 4.4 (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 - -clean: - rm -f a.out core *.s *.o - for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done +.include