[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / regress / sys

File: [local] / src / regress / sys / Makefile (download)

Revision 1.4, Mon Jan 29 02:05:50 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.3: +1 -0 lines

$OpenBSD$

#	$OpenBSD: Makefile,v 1.4 2001/01/29 02:05:50 niklas Exp $
#	$NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $

SUBDIR+= kern
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif

regress: _SUBDIRUSE

install:

.include <bsd.subdir.mk>