summaryrefslogtreecommitdiff
path: root/regress/gnu/egcs/gcc-bounds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/gnu/egcs/gcc-bounds/Makefile')
-rw-r--r--regress/gnu/egcs/gcc-bounds/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/gnu/egcs/gcc-bounds/Makefile b/regress/gnu/egcs/gcc-bounds/Makefile
index 1ad2154c22c..9e9b5faff16 100644
--- a/regress/gnu/egcs/gcc-bounds/Makefile
+++ b/regress/gnu/egcs/gcc-bounds/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.3 2003/09/05 20:50:29 avsm Exp $
+# $OpenBSD: Makefile,v 1.4 2003/10/07 22:24:26 avsm Exp $
-C_MODULES?= strlcpy strlcat getcwd memcpy fread memcpy declare sscanf vararray
+C_MODULES?= strlcpy strlcat getcwd memcpy fread memcpy declare \
+ sscanf vararray md
CPP_MODULES?= snprintf sscanf
C_STRLCPY= 1 2 3 4 5 6
@@ -11,6 +12,7 @@ C_FREAD= 1 2 3 4
C_DECLARE= 1 2 3 4 5 6 7 8 9 10 11 12 13
C_SSCANF= 1 2
C_VARARRAY= 1 2
+C_MD= 1 2 3 4 5 6
CPP_SNPRINTF= 1 2 3 4 5
CPP_SSCANF= 1