Magellan Linux

Annotation of /tags/udev-173-r1/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


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