summaryrefslogtreecommitdiff
path: root/src/config-files/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-files/Makefile.in')
-rw-r--r--src/config-files/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config-files/Makefile.in b/src/config-files/Makefile.in
new file mode 100644
index 000000000000..0f2a0b2c7d24
--- /dev/null
+++ b/src/config-files/Makefile.in
@@ -0,0 +1,8 @@
+mydir=config-files
+BUILDTOP=$(REL)..
+all:
+
+install:
+ $(INSTALL_DATA) $(srcdir)/kdc.conf ${DESTDIR}$(EXAMPLEDIR)/kdc.conf
+ $(INSTALL_DATA) $(srcdir)/krb5.conf ${DESTDIR}$(EXAMPLEDIR)/krb5.conf
+ $(INSTALL_DATA) $(srcdir)/services.append ${DESTDIR}$(EXAMPLEDIR)/services.append