Magellan Linux

Contents of /tags/udev-171-r4/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1356 - (show annotations) (download)
Sat Jun 4 16:29:15 2011 UTC (12 years, 9 months ago) by niro
File size: 657 byte(s)
tagged 'udev-171-r4'
1 # udev rules
2 # $Header: /root/magellan-cvs/src/udev/Makefile,v 1.10 2010-08-19 14:15:36 niro Exp $
3
4 DESTDIR=
5
6 sysconfdir=/etc
7 rcscriptdir=${sysconfdir}/rc.d/init.d
8 modprobedir=${sysconfdir}/modprobe.d
9
10 all: install
11 install:
12 # install rc-script
13 install -d -m 0755 $(DESTDIR)${sysconfdir}
14 install -d -m 0755 $(DESTDIR)${rcscriptdir}
15 install -m 0755 udev.rc $(DESTDIR)${rcscriptdir}/udev
16
17 # install our blacklist
18 install -d -m 0755 $(DESTDIR)${modprobedir}
19 install -m 0644 blacklist $(DESTDIR)${modprobedir}/blacklist.conf
20 # install our pnpaliases; now excluded from 50-udev.rules
21 install -m 0644 pnp-aliases $(DESTDIR)${modprobedir}/pnp-aliases.conf