Changeset 297 in kBuild
- Timestamp:
- Jun 17, 2005 5:37:09 AM (20 years ago)
- Location:
- trunk/src/gmake
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/Makefile.kmk
r287 r297 72 72 w32/pathstuff.c 73 73 74 kmk_SOURCES.freebsd = \ 75 glob/glob.c \ 76 glob/fnmatch.c \ 77 74 78 75 79 # -
trunk/src/gmake/kmkbuiltin/rm.c
r269 r297 67 67 #endif 68 68 69 #ifndef __FreeBSD__ 69 70 extern void strmode(mode_t mode, char *p); 71 #endif 70 72 71 73 static int dflag, eval, fflag, iflag, Pflag, vflag, Wflag, stdin_ok;
Note:
See TracChangeset
for help on using the changeset viewer.