bfffbac603
Do not bump the warns level as it still breaks the gcc build on sparc64 Reported by: jenkins
16 lines
206 B
Makefile
16 lines
206 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= sed
|
|
SRCS= compile.c main.c misc.c process.c
|
|
|
|
WARNS?= 2
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|