diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-11-13 23:44:12 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-11-13 23:44:12 +0100 |
commit | c645b98b7ee51c5700a54e7674083756de67affe (patch) | |
tree | af00978b8766ec5737263ffda7b1923627b93dc2 /Makefile | |
parent | 6d83d9a62468c2db4357b362f910b121c633a965 (diff) |
remove udevstart
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |