]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
- support for EVMS volumes
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
de1fc6ce 2# $Id: Makefile.am,v 1.7 2001/05/15 16:03:33 baggins Exp $
b0443108 3#
7e04fe0e 4
dcd32750 5SUBDIRS = src ppp sysconfig rc.d doc po
7e04fe0e 6
7sysconf_DATA = \
8 adjtime \
de1fc6ce
JR
9 inittab \
10 modules \
11 sysctl.conf
7e04fe0e 12
13profiledir = @sysconfdir@/profile.d
14
15profile_DATA = \
16 lang.sh \
17 lang.csh
18
8dbd5412 19bin_SCRIPTS = run-parts
7e04fe0e 20sbin_SCRIPTS = setsysfont
21
22EXTRA_DIST = \
23 $(sysconf_DATA) \
24 $(profile_DATA) \
25 $(sbin_SCRIPTS) \
8dbd5412 26 $(bin_SCRIPTS) \
7e04fe0e 27 rc-scripts.spec
28
29# make rpms
30rpm: $(PACKAGE).spec
31 $(MAKE) dist
32 rpm -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.096633 seconds and 4 git commands to generate.