summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-11-13 23:44:12 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-11-13 23:44:12 +0100
commitc645b98b7ee51c5700a54e7674083756de67affe (patch)
treeaf00978b8766ec5737263ffda7b1923627b93dc2 /Makefile
parent6d83d9a62468c2db4357b362f910b121c633a965 (diff)
remove udevstart
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c22c8a80e9..1998c8517c 100644
--- 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: