Home | History | Annotate | Line # | Download | only in utils
Makefile.inc revision 1.6
      1  1.6  cgd # $NetBSD: Makefile.inc,v 1.6 1998/03/02 19:50:53 cgd 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.3  gwr install:	.NOTMAIN
     13  1.1  gwr 	@echo "install not expected"
     14  1.1  gwr 
     15