Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / heimdal / appl / push / Makefile.am
1 # $Id: Makefile.am,v 1.17 2000/11/15 22:51:09 assar Exp $
2
3 include $(top_srcdir)/Makefile.am.common
4
5 INCLUDES += $(INCLUDE_krb4) $(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 = pfrom.in $(man_MANS)
22
23 LDADD = $(LIB_krb5) \
24         $(LIB_krb4) \
25         $(LIB_des) \
26         $(LIB_roken) \
27         $(LIB_hesiod)