]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/appl/gssmask/Makefile.am
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / appl / gssmask / Makefile.am
1 # $Id: Makefile.am 18468 2006-10-14 13:50:51Z lha $
2
3 include $(top_srcdir)/Makefile.am.common
4
5 noinst_PROGRAMS = gssmask gssmaestro
6
7 gssmask_SOURCES = gssmask.c common.c common.h protocol.h
8
9 gssmaestro_SOURCES = gssmaestro.c common.c common.h protocol.h
10
11 LDADD = $(top_builddir)/lib/gssapi/libgssapi.la $(LIB_roken)
12