summaryrefslogtreecommitdiff
path: root/regress/usr.bin/pcc/ccom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/pcc/ccom/Makefile')
-rw-r--r--regress/usr.bin/pcc/ccom/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/usr.bin/pcc/ccom/Makefile b/regress/usr.bin/pcc/ccom/Makefile
index b40629c2b3e..22768fca4a6 100644
--- a/regress/usr.bin/pcc/ccom/Makefile
+++ b/regress/usr.bin/pcc/ccom/Makefile
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2007/10/07 18:12:43 otto Exp $
+# $OpenBSD: Makefile,v 1.2 2007/10/16 12:49:53 otto Exp $
CC=/usr/local/bin/cc
-REGRESS_TARGETS=const001 \
+REGRESS_TARGETS=\
+ arith001 \
+ const001 \
darray001 \
enum001 \
init001 init004 \