summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/kauth/Makefile.am
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2005-02-24 22:14:04 +0000
committernectar <nectar@FreeBSD.org>2005-02-24 22:14:04 +0000
commit412870c33635bdaae3fb6a6c2d59a85c65b85b2f (patch)
treeb14fa2308f0b719da9f5477f0b8d446c5572dc9b /crypto/heimdal/appl/kauth/Makefile.am
parentbfc5316dea97d244a21b45ed0dce56f39074ba1b (diff)
downloadFreeBSD-src-412870c33635bdaae3fb6a6c2d59a85c65b85b2f.zip
FreeBSD-src-412870c33635bdaae3fb6a6c2d59a85c65b85b2f.tar.gz
Clean up the Heimdal vendor branch by removing files not included in
any import for several years. If memory serves, this was Suggested by: ru an awfully long time ago-- sorry for the delay!
Diffstat (limited to 'crypto/heimdal/appl/kauth/Makefile.am')
-rw-r--r--crypto/heimdal/appl/kauth/Makefile.am42
1 files changed, 0 insertions, 42 deletions
diff --git a/crypto/heimdal/appl/kauth/Makefile.am b/crypto/heimdal/appl/kauth/Makefile.am
deleted file mode 100644
index a5bf0fdaca..0000000
--- a/crypto/heimdal/appl/kauth/Makefile.am
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: Makefile.am,v 1.7 1999/04/09 18:22:45 assar Exp $
-
-include $(top_srcdir)/Makefile.am.common
-
-INCLUDES += $(INCLUDE_krb4)
-
-bin_PROGRAMS = kauth
-bin_SCRIPTS = ksrvtgt
-libexec_PROGRAMS = kauthd
-
-EXTRA_DIST = zrefresh ksrvtgt.in
-
-kauth_SOURCES = \
- kauth.c \
- kauth.h \
- rkinit.c \
- marshall.c \
- encdata.c
-
-kauthd_SOURCES = \
- kauthd.c \
- kauth.h \
- marshall.c \
- encdata.c
-
-ksrvtgt: ksrvtgt.in
- sed -e "s!%bindir%!$(bindir)!" $(srcdir)/ksrvtgt.in > $@
- chmod +x $@
-
-install-exec-local:
- if test -f $(bindir)/zrefresh -o -r $(bindir)/zrefresh; then \
- true; \
- else \
- $(INSTALL_PROGRAM) $(srcdir)/zrefresh $(bindir)/`echo zrefresh | sed '$(transform)'`; \
- fi
-
-LDADD = \
- $(LIB_kafs) \
- $(LIB_krb5) \
- $(LIB_krb4) \
- $(top_builddir)/lib/des/libdes.la \
- $(LIB_roken)
OpenPOWER on IntegriCloud