1 # $NetBSD: Makefile.inc,v 1.5 1997/12/12 23:26:29 gwr Exp $ 2 # utils one might want in a crunched binary 3 4 LDSTATIC= -static 5 6 # Want to avoid floating point in the RAMDISK 7 # so the FPU emulator is not required. 8 .if (${MACHINE_ARCH} == "m68k") 9 COPTS+= -msoft-float 10 .endif 11 12 install: .NOTMAIN 13 @echo "install not expected" 14 15