aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/appl/otp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/otp/Makefile.am')
-rw-r--r--crypto/heimdal/appl/otp/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/crypto/heimdal/appl/otp/Makefile.am b/crypto/heimdal/appl/otp/Makefile.am
deleted file mode 100644
index 0597a735f532..000000000000
--- a/crypto/heimdal/appl/otp/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-# $Id: Makefile.am,v 1.9 2000/11/15 22:51:09 assar Exp $
-
-include $(top_srcdir)/Makefile.am.common
-
-bin_PROGRAMS = otp otpprint
-bin_SUIDS = otp
-otp_SOURCES = otp.c otp_locl.h
-otpprint_SOURCES = otpprint.c otp_locl.h
-
-man_MANS = otp.1 otpprint.1
-
-LDADD = \
- $(top_builddir)/lib/otp/libotp.la \
- $(LIB_des) \
- $(LIB_roken) \
- $(DBLIB)