Changeset 2677


Ignore:
Timestamp:
Mar 19, 2006, 7:17:54 AM (19 years ago)
Author:
bird
Message:

more subdirs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r2550 r2677  
    22## @file
    33#
    4 # kBuild Top-Level Makefile.
    5 #
     4# Top-Level Makefile.
    65# This is not a standard kBuild makefile, the footer is not included.
    76#
    8 # Copyright (c) 2005 knut st. osmundsen <bird@anduin.net>
     7# Copyright (c) 2005-2006 knut st. osmundsen <bird@anduin.net>
    98#
    109#
     10# This file is part of kNIX.
     11#
     12# kNIX is free software; you can redistribute it and/or modify
     13# it under the terms of the GNU General Public License as published by
     14# the Free Software Foundation; either version 2 of the License, or
     15# (at your option) any later version.
     16#
     17# kNIX is distributed in the hope that it will be useful,
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     20# GNU General Public License for more details.
     21#
     22# You should have received a copy of the GNU General Public License
     23# along with kNIX; if not, write to the Free Software
     24# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     25#
     26#
     27
    1128
    1229
     
    1835SUBDIRS = \
    1936        baselayout \
     37        emx \
    2038        yacc \
    2139        ash \
    22         emx
     40        diffutils \
     41        ncurses \
     42        texinfo \
     43        coreutils \
     44
     45#   libc binutils gcc grep sed ...
    2346
    2447## def_do_subdir
Note: See TracChangeset for help on using the changeset viewer.