minix/crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am
Lionel Sambuc 0a6a1f1d05 NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
 - LLVM to 3.6.1
 - GCC to GCC 5.1
 - Replace minix/commands/zdump with usr.bin/zdump
 - external/bsd/libelf has moved to /external/bsd/elftoolchain/
 - Import ctwm
 - Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
2016-01-13 20:32:14 +01:00

45 lines
865 B
Makefile

# Id
include $(top_srcdir)/Makefile.am.common
noinst_DATA = krb5.conf
SCRIPT_TESTS = check-pac
TESTS = $(SCRIPT_TESTS)
port = 49188
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]port[@],$(port),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/plugin,g' \
-e 's,[@]EGREP[@],$(EGREP),g'
LDADD = ../../lib/krb5/libkrb5.la $(LIB_roken)
check-pac: check-pac.in Makefile
$(do_subst) < $(srcdir)/check-pac.in > check-pac.tmp
chmod +x check-pac.tmp
mv check-pac.tmp check-pac
krb5.conf: krb5.conf.in Makefile
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
mv krb5.conf.tmp krb5.conf
lib_LTLIBRARIES = windc.la
windc_la_SOURCES = windc.c
windc_la_LDFLAGS = -module
CLEANFILES= \
$(TESTS) \
server.keytab \
current-db* \
foopassword \
krb5.conf krb5.conf.tmp \
messages.log
EXTRA_DIST = \
NTMakefile \
check-pac.in \
krb5.conf.in