1998-03-02 22:50:53 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 1998/03/02 19:50:53 cgd 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
|
|
|
|
|
1995-11-22 00:17:19 +03:00
|
|
|
install: .NOTMAIN
|
1995-10-09 02:08:46 +03:00
|
|
|
@echo "install not expected"
|
|
|
|
|