Home | History | Annotate | Line # | Download | only in pbsdboot
Makefile revision 1.5.16.2
      1  1.5.16.1     skrll #	$NetBSD: Makefile,v 1.5.16.2 2004/09/18 14:34:58 skrll Exp $
      2       1.5        tv 
      3  1.5.16.1     skrll UUDECODE_FILES=	pbsdboot.exe pbsdboot1.exe
      4       1.1  takemura 
      5       1.3  takemura uu::
      6       1.3  takemura 	if [ X"`strings WMIPSDbg/pbsdboot.exe | grep 'Compiled for WinCE'`" = \
      7       1.3  takemura            X'Compiled for WinCE 1.01' ]; then \
      8       1.3  takemura           echo This binary is compiled for WinCE 1.01; \
      9       1.3  takemura           uuencode WMIPSDbg/pbsdboot.exe pbsdboot1.exe > pbsdboot1.uu; \
     10       1.3  takemura         else \
     11       1.3  takemura           echo This binary is compiled for WinCE 2.00; \
     12       1.3  takemura           uuencode WMIPSDbg/pbsdboot.exe pbsdboot.exe > pbsdboot.uu; \
     13       1.3  takemura         fi
     14  1.5.16.1     skrll 
     15  1.5.16.1     skrll .include <bsd.files.mk>
     16