Loading...
tests/FreeBSD/string/Makefile Libc-1725.40.4 /dev/null
--- Libc/Libc-1725.40.4/tests/FreeBSD/string/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-FreeBSD_strings_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
-
-VPATH += ${FreeBSD_strings_DIR}
-t_strchrnul: OTHER_LDFLAGS += -latf-c
-
-# This could likely both be generalized, but until we start adding more tests
-# that we can actually test it against we'll just do an ad-hoc build and install
-# for t_strchrnul.
-install-t_strchrnul:	t_strchrnul
-	mkdir -p $(dir $(INSTALLDIR)/t_strchrnul)
-	cp $(SYMROOT)/t_strchrnul $(INSTALLDIR)/t_strchrnul