summaryrefslogtreecommitdiff
path: root/regress/sys/Makefile
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-31 22:09:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-31 22:09:36 +0000
commitf44b9122d2cc78e4b2bc04d6fdcee9830701be07 (patch)
tree913576857ad2510cccd2cc29c5163cd2b48d9aff /regress/sys/Makefile
parent4097c63bf0bbc34dfec7a8f062fb5f2aac5a5b12 (diff)
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.
Diffstat (limited to 'regress/sys/Makefile')
-rw-r--r--regress/sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/Makefile b/regress/sys/Makefile
index 121c32be38e..011dddbc9ce 100644
--- a/regress/sys/Makefile
+++ b/regress/sys/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.13 2004/01/29 22:09:57 millert Exp $
+# $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 sys uvm dev
+SUBDIR+= crypto ddb fdescfs fifofs kern ptrace sys uvm dev
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif