]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
- cleanups in sysinit + fix for shutting down bridge
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
7824432b 2# $Id: Makefile.am,v 1.6.2.2 2001/09/30 10:19:34 misiek Exp $
b0443108 3#
7e04fe0e 4
7824432b 5SUBDIRS = src ppp isapnp sysconfig rc.d doc po
7e04fe0e 6
7sysconf_DATA = \
8 adjtime \
a04d924e
AM
9 inittab \
10 modules \
11 sysctl.conf
7e04fe0e 12
13profiledir = @sysconfdir@/profile.d
14
15profile_DATA = \
16 lang.sh \
17 lang.csh
7824432b 18
8dbd5412 19bin_SCRIPTS = run-parts
7824432b
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
35 rpm -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.19051 seconds and 4 git commands to generate.