head     1.1;
branch   1.1.1;
access   ;
symbols  unknown:1.1.1.1 orion:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2008.01.09.19.34.17;  author chessman;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2008.01.09.19.34.17;  author chessman;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh

ECHO="echo.exe"

if ! [ -f etc/$MK_MAKEFILE/bld.inf ]; then
	$ECHO -n "PRJ_MMPFILES\r\n" > etc/$MK_MAKEFILE/bld.inf
fi

$ECHO -n "$1\r\n" >> etc/$MK_MAKEFILE/bld.inf

# EOF

@


1.1.1.1
log
@make
@
text
@@
