Deleted Added
full compact
Makefile (41572) Makefile (87766)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/sed/Makefile 87766 2001-12-12 23:20:16Z markm $
2
3PROG= sed
3
4PROG= sed
4CFLAGS+=-Wall
5SRCS= compile.c main.c misc.c process.c
6
5SRCS= compile.c main.c misc.c process.c
6
7NO_WERROR=yes
8
7.include <bsd.prog.mk>
9.include <bsd.prog.mk>