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