BSD 4_4 release
[unix-history] / usr / src / old / eqn / Makefile
index 9cf1ddd..fea6c69 100644 (file)
@@ -1,24 +1,5 @@
-#
-# Copyright (c) 1987 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
-#
-#      @(#)Makefile    5.1     (Berkeley)      %G%
-#
-SUBDIR=        eqn neqn
+#      @(#)Makefile    5.3 (Berkeley) 5/11/90
 
 
-all: FRC
-       for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS}); done
+SUBDIR=        checkeq eqn neqn
 
 
-install: FRC
-       for i in ${SUBDIR}; do \
-               (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); \
-       done
-
-clean: FRC
-       for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done
-
-depend: FRC
-       for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} depend); done
-
-FRC:
+.include <bsd.subdir.mk>