libreccm-legacy/tools-legacy/tools/etc/Makefile.am

13 lines
208 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
confdir = $(sysconfdir)/ccm/conf
conf_DATA = envvars
EXTRA_DIST = $(conf_DATA)
SUBDIRS = $(PACKAGE) init.d profile.d
# End of files