summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-23 21:44:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-23 21:44:19 +0000
commitf5bd03cf5f28e66ffcaf0e57aed592ff48898f2d (patch)
treeb45635ae5436e1b75306c37fe3b37dc7844e0850 /c/src/lib/include
parentupdated to correct problem in decoding arguments provided to configure. (diff)
downloadrtems-f5bd03cf5f28e66ffcaf0e57aed592ff48898f2d.tar.bz2
KA9Q stack removed prior to testing for 4.0.0 public release.
Diffstat (limited to 'c/src/lib/include')
-rw-r--r--c/src/lib/include/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/lib/include/Makefile.in b/c/src/lib/include/Makefile.in
index 092b7c9766..c15472cbc0 100644
--- a/c/src/lib/include/Makefile.in
+++ b/c/src/lib/include/Makefile.in
@@ -11,13 +11,6 @@ H_PIECES=console clockdrv iosupp ringbuf \
spurious timerdrv vmeintr z8036 z8530 z8536
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
-KA9Q_H_PIECES= arp asy ax25 ax25mail bootp cmdparse commands config \
- daemon dialer domain enet ftp ftpcli global hardware icmp iface \
- internet ip kiss lapb lzw mailbox mbuf netuser nospc nr4 nr4mail \
- nrs ping pktdrvr ppp proc rip rtems_ka9q sb session slhc slip smtp \
- sockaddr socket tcp telnet tftp timer tipmail trace udp usock
-KA9Q_H_FILES=$(KA9Q_H_PIECES:%=$(srcdir)/ka9q/%.h)
-
SYS_H_FILES=
SRCS=$(H_FILES) $(SYS_H_FILES)
@@ -31,6 +24,3 @@ CLOBBER_ADDITIONS +=
all: $(SRCS)
$(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
$(INSTALL) -m 444 $(SYS_H_FILES) ${PROJECT_RELEASE}/include/sys
-ifeq ($(HAS_KA9Q),yes)
- $(INSTALL) -m 444 $(KA9Q_H_FILES) ${PROJECT_RELEASE}/include/ka9q
-endif