chiark / gitweb /
remove udevstart
[elogind.git] / Makefile
index c22c8a80e99f7a4dfe300eb832769fb451ef9793..1998c8517c2c2cab8b053eab746803d7b116b1bb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,6 @@ V =
 PROGRAMS = \
        udevd                           \
        udevadm                         \
-       udevstart                       \
        test-udev
 
 HEADERS = \
@@ -314,7 +313,6 @@ uninstall: uninstall-bin uninstall-man
 
 test tests: all
        @ cd test && ./udev-test.pl
-       @ cd test && ./udevstart-test.pl
 .PHONY: test tests
 
 buildtest: