Add sys/boot/pc32/boot0sio to the build.
[dragonfly.git] / crypto / heimdal-0.6.3 / appl / afsutil / Makefile.am
blob0e6c4eb2b283834beda2ed04d893e007eff3cc48
1 # $Id: Makefile.am,v 1.15 2003/03/18 13:13:06 lha Exp $
3 include $(top_srcdir)/Makefile.am.common
5 INCLUDES += $(INCLUDE_krb4)
7 bin_PROGRAMS = afslog pagsh
9 afslog_SOURCES = afslog.c
11 pagsh_SOURCES  = pagsh.c
13 man_MANS = afslog.1
15 LDADD = $(LIB_kafs) \
16         $(LIB_krb4) \
17         $(top_builddir)/lib/krb5/libkrb5.la \
18         $(top_builddir)/lib/asn1/libasn1.la \
19         $(LIB_des) \
20         $(LIB_roken)