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

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

Revision 1.14, Sat Jan 31 22:09:32 2004 UTC (20 years, 4 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.13: +2 -2 lines

Simple unaligned-pc ptrace evil test.

Code initially for sparc from Mark Kettenis, KNF and other architectures
snippets by yours truly.

Regress at your own risc on sparc and m68060 for now.

#	$OpenBSD: Makefile,v 1.14 2004/01/31 22:09:32 miod Exp $
#	$NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $

SUBDIR+= crypto ddb fdescfs fifofs kern ptrace sys uvm dev
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif

install:

.include <bsd.subdir.mk>