]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/appl/push/Makefile.am
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / appl / push / Makefile.am
1 # $Id$
2
3 include $(top_srcdir)/Makefile.am.common
4
5 AM_CPPFLAGS += $(INCLUDE_hesiod)
6
7 bin_SCRIPTS             = pfrom
8
9 libexec_PROGRAMS        = push
10
11 push_SOURCES = push.c push_locl.h
12
13 pfrom: pfrom.in
14         sed -e "s!%libexecdir%!$(libexecdir)!" $(srcdir)/pfrom.in > $@
15         chmod +x $@
16
17 man_MANS = push.8 pfrom.1
18
19 CLEANFILES = pfrom
20
21 EXTRA_DIST = NTMakefile pfrom.in $(man_MANS)
22
23 LDADD = $(LIB_krb5) \
24         $(LIB_hcrypto) \
25         $(LIB_roken) \
26         $(LIB_hesiod)