1999-04-28 13:18:13 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 1999/04/28 09:18:13 drochner Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
# utils one might want in a crunched binary
|
|
|
|
|
1998-03-02 22:50:53 +03:00
|
|
|
LDSTATIC= -static # only static compilation makes sense here
|
1995-10-09 02:08:46 +03:00
|
|
|
|
1997-12-13 02:26:29 +03:00
|
|
|
# Want to avoid floating point in the RAMDISK
|
|
|
|
# so the FPU emulator is not required.
|
|
|
|
.if (${MACHINE_ARCH} == "m68k")
|
|
|
|
COPTS+= -msoft-float
|
|
|
|
.endif
|
|
|
|
|
1999-04-28 13:18:13 +04:00
|
|
|
install: .NOTMAIN .MADE
|