1 # $NetBSD: Makefile,v 1.5.16.3 2004/09/21 13:16:12 skrll Exp $
3 UUDECODE_FILES
= pbsdboot.exe pbsdboot1.exe
6 if
[ X
"`strings WMIPSDbg/pbsdboot.exe | grep 'Compiled for WinCE'`" = \
7 X
'Compiled for WinCE 1.01' ]; then \
8 echo This binary is compiled for WinCE
1.01; \
9 uuencode WMIPSDbg
/pbsdboot.exe pbsdboot1.exe
> pbsdboot1.uu
; \
11 echo This binary is compiled for WinCE
2.00; \
12 uuencode WMIPSDbg
/pbsdboot.exe pbsdboot.exe
> pbsdboot.uu
; \
15 .
include <bsd.files.mk
>