summaryrefslogtreecommitdiff
path: root/src/config-files/Makefile.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-07-07 17:03:42 +0000
committerCy Schubert <cy@FreeBSD.org>2017-07-07 17:03:42 +0000
commit33a9b234e7087f573ef08cd7318c6497ba08b439 (patch)
treed0ea40ad3bf5463a3c55795977c71bcb7d781b4b /src/config-files/Makefile.in
Notes
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