X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0f4556f12c8f75078501c9d1338ae7648a97f975..30202f25075eae17699a73ccf3372221d7d20542:/usr/src/Makefile diff --git a/usr/src/Makefile b/usr/src/Makefile index 2d4bfaade5..19a16b21d2 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -1,23 +1,3 @@ -# @(#)Makefile 4.3 (Berkeley) 8/20/83 -# -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 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