summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/appl/telnet/Makefile.in
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-03-08 12:55:48 +0000
committermarkm <markm@FreeBSD.org>2003-03-08 12:55:48 +0000
commit508deb59f881236ef37872f9bd311690d6f5a52f (patch)
tree5248199756c9c4bedc55a990ad63d4d2cb595d51 /crypto/kerberosIV/appl/telnet/Makefile.in
parent98c95b963a4c3a3fc5d30f7a902a7f28f001b2b8 (diff)
downloadFreeBSD-src-508deb59f881236ef37872f9bd311690d6f5a52f.zip
FreeBSD-src-508deb59f881236ef37872f9bd311690d6f5a52f.tar.gz
KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.
Enjoy your retirement in ports.
Diffstat (limited to 'crypto/kerberosIV/appl/telnet/Makefile.in')
-rw-r--r--crypto/kerberosIV/appl/telnet/Makefile.in42
1 files changed, 0 insertions, 42 deletions
diff --git a/crypto/kerberosIV/appl/telnet/Makefile.in b/crypto/kerberosIV/appl/telnet/Makefile.in
deleted file mode 100644
index 840e757..0000000
--- a/crypto/kerberosIV/appl/telnet/Makefile.in
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: Makefile.in,v 1.20 1998/05/31 18:04:50 joda Exp $
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-
-SHELL = /bin/sh
-
-@SET_MAKE@
-
-CC = @CC@
-LINK = @LINK@
-RANLIB = @RANLIB@
-DEFS = @DEFS@
-CFLAGS = @CFLAGS@
-
-INSTALL = @INSTALL@
-
-SUBDIRS=libtelnet telnet telnetd
-
-all:
- for i in $(SUBDIRS); \
- do (cd $$i && $(MAKE) $(MFLAGS) all); done
-
-install:
- for i in $(SUBDIRS); \
- do (cd $$i && $(MAKE) $(MFLAGS) install); done
-
-uninstall:
- for i in $(SUBDIRS); \
- do (cd $$i && $(MAKE) $(MFLAGS) uninstall); done
-
-clean cleandir:
- for i in $(SUBDIRS); \
- do (cd $$i && $(MAKE) $(MFLAGS) clean); done
-
-distclean:
- for i in $(SUBDIRS); \
- do (cd $$i && $(MAKE) $(MFLAGS) distclean); done
- rm -f Makefile *~
-
-.PHONY: all install uninstall clean cleandir distclean
OpenPOWER on IntegriCloud