|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1987 Regents of the University of California. ! 3: # All rights reserved. The Berkeley software License Agreement ! 4: # specifies the terms and conditions for redistribution. ! 5: # ! 6: # @(#)Makefile 1.2 (Berkeley) 12/12/87 ! 7: # ! 8: DESTDIR= ! 9: SUBDIR= man compact ! 10: ! 11: all: ${SUBDIR} ! 12: ! 13: ${SUBDIR}: FRC ! 14: cd $@; make ${MFLAGS} ! 15: ! 16: install: FRC ! 17: -for i in ${SUBDIR}; do \ ! 18: (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done ! 19: ! 20: clean: FRC ! 21: -for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} clean); done ! 22: ! 23: depend: ! 24: -for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} depend); done ! 25: ! 26: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.