|
|
BSD 4.3
SUBDIR = src man
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
depend:
for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} depend); done
FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.