NetBSD/usr.bin/sed/Makefile

15 lines
280 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2003/10/27 13:27:41 uwe Exp $
1994-02-04 02:44:40 +03:00
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
2002-04-24 00:21:03 +04:00
.include <bsd.own.mk>
PROG= sed
SRCS= compile.c main.c misc.c process.c
2002-06-14 04:37:29 +04:00
WARNS= 2
.if ${MACHINE_CPU} == "sh3" && ${HAVE_GCC3} != "yes"
2002-04-24 00:21:03 +04:00
COPTS+= -O0
.endif
.include <bsd.prog.mk>