diff options
Diffstat (limited to 'appl/telnet/Makefile.am')
| -rw-r--r-- | appl/telnet/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/appl/telnet/Makefile.am b/appl/telnet/Makefile.am new file mode 100644 index 0000000000000..61f0e86aecb9e --- /dev/null +++ b/appl/telnet/Makefile.am @@ -0,0 +1,11 @@ +# $Id: Makefile.am 5652 1999-03-20 13:58:20Z joda $ + +include $(top_srcdir)/Makefile.am.common + +SUBDIRS = libtelnet telnet telnetd + +dist-hook: + $(mkinstalldirs) $(distdir)/arpa + $(INSTALL_DATA) $(srcdir)/arpa/telnet.h $(distdir)/arpa + +EXTRA_DIST = README.ORIG telnet.state |
