blob: f72e0b1f5f256064a2b23d795304e3bb8f471c0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUBDIRS = \
ata_id \
cdrom_id \
edd_id \
path_id \
firmware \
collect \
floppy \
fstab_import \
rule_generator \
scsi_id \
usb_id \
volume_id
distclean-local:
rm -f Makefile.in
|