summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2003-02-03 11:06:13 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2003-02-03 11:06:13 +0000
commit18a8f4b1d9fd6f8ca7b200916d51f2a12bd88dab (patch)
treea4e60750aadfced3cb64b328f090600473b08abe
parente75466e3d2a647351448930713f58623b6e1c506 (diff)
remove sparc64 workaround, fixed in latest propolice patches
-rw-r--r--usr.sbin/bind/lib/dns/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/bind/lib/dns/Makefile.in b/usr.sbin/bind/lib/dns/Makefile.in
index 0d1af4d714b..125df367fd5 100644
--- a/usr.sbin/bind/lib/dns/Makefile.in
+++ b/usr.sbin/bind/lib/dns/Makefile.in
@@ -90,11 +90,6 @@ version.@O@: version.c
-DLIBAGE=${LIBAGE} \
-c ${srcdir}/version.c
-.if ${MACHINE_ARCH:Msparc64}
-rdata.@O@: rdata.c
- ${LIBTOOL} ${CC} ${ALL_CFLAGS} -O0 -c $<
-.endif
-
libdns.@SA@: ${OBJS}
${AR} ${ARFLAGS} $@ ${OBJS}
${RANLIB} $@