]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
run-parts script now belongs here
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
dcd32750 2# $Id: Makefile.am,v 1.5 1999/08/07 10:16:13 wiget Exp $
b0443108 3#
7e04fe0e 4
dcd32750 5SUBDIRS = src ppp sysconfig rc.d doc po
7e04fe0e 6
7sysconf_DATA = \
8 adjtime \
ca263bb1 9 inittab
7e04fe0e 10
11profiledir = @sysconfdir@/profile.d
12
13profile_DATA = \
14 lang.sh \
15 lang.csh
16
17sbin_SCRIPTS = setsysfont
18
19EXTRA_DIST = \
20 $(sysconf_DATA) \
21 $(profile_DATA) \
22 $(sbin_SCRIPTS) \
23 rc-scripts.spec
24
25# make rpms
26rpm: $(PACKAGE).spec
27 $(MAKE) dist
28 rpm -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.078245 seconds and 4 git commands to generate.