summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/ChangeLog6
-rw-r--r--cpukit/libnetworking/rtems/Makefile.am8
2 files changed, 9 insertions, 5 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index b00d0a3412..ef0ca9f7b8 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
+ * rtems/mkrootfs.h: Ditto.
+ * rtems/Makefile.am: Reflect changes above.
+
2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sys/ioctl.h: Remove.
diff --git a/cpukit/libnetworking/rtems/Makefile.am b/cpukit/libnetworking/rtems/Makefile.am
index ce75944ff7..131d5bd14f 100644
--- a/cpukit/libnetworking/rtems/Makefile.am
+++ b/cpukit/libnetworking/rtems/Makefile.am
@@ -2,9 +2,6 @@
## $Id$
##
-
-
-
include_rtemsdir = $(includedir)/rtems
LIBNAME = lib.a
@@ -13,12 +10,13 @@ LIB = $(ARCH)/$(LIBNAME)
C_FILES = sghostname.c issetugid.c rtems_glue.c rtems_syscall.c \
rtems_bootp.c rtems_showmbuf.c rtems_showroute.c rtems_showifstat.c \
rtems_showipstat.c rtems_showicmpstat.c rtems_showtcpstat.c \
- rtems_showudpstat.c rtems_select.c
+ rtems_showudpstat.c rtems_select.c mkrootfs.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
-include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h
+include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h \
+ mkrootfs.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)