summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/asr
diff options
context:
space:
mode:
authoreric <>2012-09-05 21:21:13 +0000
committereric <>2012-09-05 21:21:13 +0000
commit14780b238d27f1b50209cb5ee523d30f804a6e6c (patch)
treef8ac22cf1d64e24fc33e1e3ddbec8d308661065b /src/regress/lib/libc/asr
parent3f93ec5cdfa3967126d6c3c46242221568593016 (diff)
downloadopenbsd-14780b238d27f1b50209cb5ee523d30f804a6e6c.tar.gz
openbsd-14780b238d27f1b50209cb5ee523d30f804a6e6c.tar.bz2
openbsd-14780b238d27f1b50209cb5ee523d30f804a6e6c.zip
use LDSTATIC for building static executables
Diffstat (limited to 'src/regress/lib/libc/asr')
-rw-r--r--src/regress/lib/libc/asr/bin/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/asr/bin/Makefile.inc b/src/regress/lib/libc/asr/bin/Makefile.inc
index 9a03163906..80b4805136 100644
--- a/src/regress/lib/libc/asr/bin/Makefile.inc
+++ b/src/regress/lib/libc/asr/bin/Makefile.inc
@@ -1,8 +1,8 @@
1# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ 1# $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $
2 2
3NOMAN= noman 3NOMAN= noman
4 4
5SRCS+= common.c 5SRCS+= common.c
6CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g 6CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g
7LDFLAGS+= -static 7LDSTATIC= ${STATIC}
8PROG:= ${PROG}${EXT} 8PROG:= ${PROG}${EXT}