
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5652 ec53bebd-3082-4978-b11e-865c3cabbd6b
12 lines
227 B
Makefile
12 lines
227 B
Makefile
# $Id$
|
|
|
|
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
|