X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/dfd136eaa5c4316dde2523818752aa7d6f443db2..cf8f54d4e10be57966435a90c1a9ff0df62a353d:/usr/src/contrib/Makefile diff --git a/usr/src/contrib/Makefile b/usr/src/contrib/Makefile index 44fe77706e..5185c82ed3 100644 --- a/usr/src/contrib/Makefile +++ b/usr/src/contrib/Makefile @@ -1,22 +1,8 @@ -# Makefile 4.1 83/07/03 -# -DESTDIR= -CFLAGS= -O +# @(#)Makefile 4.27 (Berkeley) %G% -# Programs that live in subdirectories, and have makefiles of their own. -# -SUBDIR= apl bib courier cpm icon hyper mh news notes rcs sccstorcs spms +# all of these compile, but only ansi, patch, and vmsprep have been +# converted to the BSD style obj directories and installation paths. +#SUBDIR= ansi bib emacs jove kermit mh patch rcs vmsprep +SUBDIR= ansi patch vmsprep -all: ${SUBDIR} - -${SUBDIR}: FRC - cd $@; make ${MFLAGS} - -install: - for i in ${SUBDIR}; do \ - (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done - -clean: - for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} clean); done - -FRC: +.include