source: rtems/cpukit/libmisc/Makefile.am @ dba2ecd7

4.104.114.84.95
Last change on this file since dba2ecd7 was d34d2e69, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/01 at 17:29:42

2001-09-19 Chris Johns <ccj@…>

  • Added support for populating the initial "root" filesystem with information obtained via the DHCP response.
  • rootfs: New directory.
  • rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c, rootfs/mkrootfs.h: New files.
  • configure.in, Makefile.am: Modified to reflect addition.
  • Property mode set to 100644
File size: 311 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I ../../../aclocal
7
8SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse rootfs untar \
9    mw-fb wrapup
10
11EXTRA_DIST = README
12
13include $(top_srcdir)/../../../automake/subdirs.am
14include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.