]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/kerberosIV/appl/push/Makefile.am
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / crypto / kerberosIV / appl / push / Makefile.am
1 # $Id: Makefile.am,v 1.15 1999/04/09 18:29:48 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
18
19 CLEANFILES = pfrom
20
21 EXTRA_DIST = pfrom.in $(man_MANS)
22
23 LDADD = $(LIB_krb5) \
24         $(LIB_krb4) \
25         $(top_builddir)/lib/des/libdes.la \
26         $(LIB_roken) \
27         $(LIB_hesiod)