X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/73dba56e1981d7fe721acf17d0cd91a4fed04850..594377f257454efe6b38e68f2d5d367e4bfe2521:/regress/Makefile.in?ds=sidebyside diff --git a/regress/Makefile.in b/regress/Makefile.in index 2055f08..606359a 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -27,7 +27,7 @@ include $(srcdir)/../src/adns.make DIRCFLAGS= -I$(srcdir)/../src HCPPFLAGS:= $(foreach F, \ - gettimeofday select \ + gettimeofday select poll \ socket fcntl connect close \ sendto recvfrom read write writev \ , -D$F=H$F) @@ -40,6 +40,8 @@ ALLOBJS= $(HARNLOBJS) dtest.o hrecord.o hplayback.o hcommon.o check: $(TARGETS) ./checkall +all install uninstall: + hrecord: adnstest_c.o hrecord.o hcommon.o $(HARNLOBJS) hplayback: adnstest_c.o hplayback.o hcommon.o $(HARNLOBJS)