1 1.7 drochner # $NetBSD: Makefile.inc,v 1.7 1999/04/28 09:18:13 drochner Exp $ 2 1.1 gwr # utils one might want in a crunched binary 3 1.1 gwr 4 1.6 cgd LDSTATIC= -static # only static compilation makes sense here 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.7 drochner install: .NOTMAIN .MADE 13