chiark / gitweb /
Remove "junk".
[adns.git] / regress / Makefile.in
index 2055f08cb2c3de45b527da49b45f5ba709d40cc9..606359ace9973e5c2ef6b1ae0222d1c1f567eedc 100644 (file)
@@ -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)