summaryrefslogtreecommitdiff
path: root/openbsd-compat/regress/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/regress/Makefile.in')
-rw-r--r--openbsd-compat/regress/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/openbsd-compat/regress/Makefile.in b/openbsd-compat/regress/Makefile.in
index 51383a777..3a0a4c4da 100644
--- a/openbsd-compat/regress/Makefile.in
+++ b/openbsd-compat/regress/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.1 2006/02/19 11:50:20 dtucker Exp $ 1# $Id: Makefile.in,v 1.2 2006/08/17 09:40:35 dtucker Exp $
2 2
3sysconfdir=@sysconfdir@ 3sysconfdir=@sysconfdir@
4piddir=@piddir@ 4piddir=@piddir@
@@ -14,7 +14,7 @@ LIBS=@LIBS@
14LDFLAGS=-L.. -lopenbsd-compat @LDFLAGS@ 14LDFLAGS=-L.. -lopenbsd-compat @LDFLAGS@
15 15
16LIBCOMPAT=../libopenbsd-compat.a 16LIBCOMPAT=../libopenbsd-compat.a
17TESTPROGS=strtonumtest strduptest snprintftest 17TESTPROGS=closefromtest strtonumtest strduptest snprintftest
18 18
19all: t-exec ${OTHERTESTS} 19all: t-exec ${OTHERTESTS}
20 20
@@ -32,6 +32,9 @@ strtonumtest: strtonumtest.c $(LIBCOMPAT)
32strduptest: strduptest.c $(LIBCOMPAT) 32strduptest: strduptest.c $(LIBCOMPAT)
33 $(CC) $(CFLAGS) $(CPPFLAGS) -o strduptest $< $(LDFLAGS) 33 $(CC) $(CFLAGS) $(CPPFLAGS) -o strduptest $< $(LDFLAGS)
34 34
35closefromtest: closefromtest.c $(LIBCOMPAT)
36 $(CC) $(CFLAGS) $(CPPFLAGS) -o closefromtest $< $(LDFLAGS)
37
35clean: 38clean:
36 rm -f *.o *.a core $(TESTPROGS) valid.out 39 rm -f *.o *.a core $(TESTPROGS) valid.out
37 40