]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
Add $NETWORKING back, as it's used by a lot of initscripts
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
9ccfa537 2# $Id$
b0443108 3#
7e04fe0e 4
3baa2479 5SUBDIRS = src ppp isapnp sysconfig rc.d doc man 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
763b88c2 18
8dbd5412 19bin_SCRIPTS = run-parts
763b88c2
AM
20sbin_SCRIPTS = \
21 setsysfont \
22 hwprofile \
23 service
7e04fe0e 24
25EXTRA_DIST = \
26 $(sysconf_DATA) \
27 $(profile_DATA) \
28 $(sbin_SCRIPTS) \
8dbd5412 29 $(bin_SCRIPTS) \
7e04fe0e 30 rc-scripts.spec
31
32# make rpms
33rpm: $(PACKAGE).spec
34 $(MAKE) dist
3a1d5637
AM
35 rpmbin=`LANG=C LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
36 $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.474184 seconds and 4 git commands to generate.