Makefile (825dcd8d) | Makefile (fe5f6213) |
---|---|
1# $OpenBSD: Makefile,v 1.17 2014/07/12 21:54:58 jasper Exp $ | 1# $OpenBSD: Makefile,v 1.18 2014/07/12 23:34:54 jasper Exp $ |
2 3.include "${.CURDIR}/../Makefile.inc" 4 5LIB= sa 6 7S=${.CURDIR}/../../../.. 8SADIR=${.CURDIR}/.. 9DIR_SA= $S/lib/libsa --- 26 unchanged lines hidden (view full) --- 36 37install: 38 39.include <bsd.lib.mk> 40 41CPPFLAGS+=-DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} -DNO_NET 42CPPFLAGS+=-I${S}/stand/boot 43CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS -fno-pie | 2 3.include "${.CURDIR}/../Makefile.inc" 4 5LIB= sa 6 7S=${.CURDIR}/../../../.. 8SADIR=${.CURDIR}/.. 9DIR_SA= $S/lib/libsa --- 26 unchanged lines hidden (view full) --- 36 37install: 38 39.include <bsd.lib.mk> 40 41CPPFLAGS+=-DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} -DNO_NET 42CPPFLAGS+=-I${S}/stand/boot 43CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS -fno-pie |
44CFLAGS+=-DCONSPEED=9600 |
|