1#-------------------------------------------------------------------------
2#
3# Makefile for src/test/kerberos
4#
5# Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
6# Portions Copyright (c) 1994, Regents of the University of California
7#
8# src/test/kerberos/Makefile
9#
10#-------------------------------------------------------------------------
11
12subdir = src/test/kerberos
13top_builddir = ../../..
14include $(top_builddir)/src/Makefile.global
15
16export with_gssapi with_krb_srvnam
17
18check:
19	$(prove_check)
20
21installcheck:
22	$(prove_installcheck)
23
24clean distclean maintainer-clean:
25	rm -rf tmp_check
26