diff options
Diffstat (limited to 'sys/arch/hp300/stand/libkern/Makefile')
-rw-r--r-- | sys/arch/hp300/stand/libkern/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hp300/stand/libkern/Makefile b/sys/arch/hp300/stand/libkern/Makefile index dea3881efe7..b42fddeefa0 100644 --- a/sys/arch/hp300/stand/libkern/Makefile +++ b/sys/arch/hp300/stand/libkern/Makefile @@ -1,18 +1,18 @@ -# $OpenBSD: Makefile,v 1.2 1997/01/18 03:18:18 downsj Exp $ +# $OpenBSD: Makefile,v 1.3 1997/07/14 08:14:44 downsj Exp $ LIB= kern .PATH: ${.CURDIR}/../../../../lib/libkern -.PATH: ${.CURDIR}/.. -CFLAGS+-Dhp300 =${DEBUGFLAGS} -CFLAGS+=-I${.CURDIR}/.. -CFLAGS+=-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libkern +CFLAGS= -O2 -msoft-float -I${.CURDIR}/../include \ + -I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libkern # kern routines SRCS= __main.c ashrdi3.c divdi3.c qdivrem.c strlen.c strcat.c strcmp.c \ strcpy.c strncmp.c umoddi3.c +${OBJS}: ${.CURDIR}/../Makefile.inc + NOPROFILE= NOPIC= |