No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / appl / push / Makefile.am
blobff3742052dc2f942f07a3454b61f9c7923587d2f
1 # $Heimdal: Makefile.am 20466 2007-04-20 08:29:05Z lha $
2 # $NetBSD$
4 include $(top_srcdir)/Makefile.am.common
6 AM_CPPFLAGS += $(INCLUDE_krb4) $(INCLUDE_hesiod)
8 bin_SCRIPTS             = pfrom
10 libexec_PROGRAMS        = push
12 push_SOURCES = push.c push_locl.h
14 pfrom: pfrom.in
15         sed -e "s!%libexecdir%!$(libexecdir)!" $(srcdir)/pfrom.in > $@
16         chmod +x $@
18 man_MANS = push.8 pfrom.1
20 CLEANFILES = pfrom
22 EXTRA_DIST = pfrom.in $(man_MANS)
24 LDADD = $(LIB_krb5) \
25         $(LIB_krb4) \
26         $(LIB_hcrypto) \
27         $(LIB_roken) \
28         $(LIB_hesiod)