]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - crypto/heimdal/appl/gssmask/Makefile.am
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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