Ignore:
Timestamp:
Dec 17, 2005, 6:31:29 AM (20 years ago)
Author:
bird
Message:

ln and install builtins (from BSD as usual).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/variable.c

    r362 r368  
    688688  (void) define_variable ("KMK_BUILTIN", 11, "append echo mkdir", o_default, 0);
    689689#else
    690   (void) define_variable ("KMK_BUILTIN", 11, "append cp echo mkdir rm", o_default, 0);
    691 #endif 
     690  (void) define_variable ("KMK_BUILTIN", 11, "append cp echo install ln mkdir rm", o_default, 0);
     691#endif
    692692#endif
    693693
Note: See TracChangeset for help on using the changeset viewer.