Changeset 2481


Ignore:
Timestamp:
Dec 5, 2005, 4:25:56 AM (20 years ago)
Author:
bird
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ash/Makefile.kmk

    r2480 r2481  
     1# $Id: $
     2## @file
     3#
     4# kBuild Makefile for ash.
     5#
     6# Copyright (c) 2005 knut st. osmundsen <bird@anduin.net>
     7#
    18
    29PROGRAMS = ash
     
    4451
    4552
    46 LFLAGS= -L -8
    47 YFLAGS= -l -d
    48 
    4953DEPTH = ..                                             
    5054include $(PATH_KBUILD)/rules.kmk
    5155
     56## @todo: Make kBuild use this now that '|' has been discovered.               
    5257$(PATH_TARGET):
    5358        $(MKDIR) -p $@
     
    7681        $+
    7782        $(MV) init.c $@
    78        
    7983
    80 
    81 
Note: See TracChangeset for help on using the changeset viewer.