- Timestamp:
- Mar 2, 2009, 3:35:00 AM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.kmk
r2243 r2315 30 30 include $(PATH_SUB_CURRENT)/sed/Makefile.kmk 31 31 include $(PATH_SUB_CURRENT)/kmk/Makefile.kmk 32 ifneq ($(KBUILD_TARGET),win) 32 if1of ($(KBUILD_TARGET), win) 33 include $(PATH_SUB_CURRENT)/kash/Makefile.kmk 34 else 33 35 include $(PATH_SUB_CURRENT)/ash/Makefile.kmk 34 36 endif -
trunk/src/kash/Makefile.kmk
r2314 r2315 32 32 PROGRAMS += kash 33 33 kash_TEMPLATE = BIN 34 kash_NAME.win = kmk_ash 34 35 kash_ASTOOL = YASM 35 36 kash_DEFS = lint SHELL SMALL
Note:
See TracChangeset
for help on using the changeset viewer.