blob: e8cf7041b4a6c972f24150ebe31a1cdfef914e47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for test suites
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# src/test/Makefile
#
#-------------------------------------------------------------------------
.DEFAULT:
$(MAKE) -C regress $@
|