source: rtems/c/src/libnetworking/Makefile.am @ d0950ad

4.104.114.84.95
Last change on this file since d0950ad was d0950ad, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/99 at 22:12:50

Added port of ppp-2.3.5 from Tomasz Domin <dot@…> of ComArch? SA.
Tomasz only tested this on the mpc823.

The official site for the original source for this PPP implementation is:

ftp://cs.anu.edu.au/pub/software/ppp

NOTE: As of 11/30/1999, the current version of this source is 2.3.10.

  • Property mode set to 100644
File size: 489 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8if HAS_POSIX
9POSIX_SUBDIRS = rtems_webserver
10endif
11
12SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers \
13pppd $(POSIX_SUBDIRS) wrapup
14
15EXTRA_DIST = \
16CHANGELOG \
17README \
18bpfilter.h \
19loop.h \
20netdb.h \
21opt_ipfw.h \
22opt_mrouting.h \
23opt_tcpdebug.h \
24poll.h \
25resolv.h \
26syslog.h
27
28include $(top_srcdir)/../../../automake/subdirs.am
29include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.