summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-12 23:20:16 +0000
committermarkm <markm@FreeBSD.org>2001-12-12 23:20:16 +0000
commitf7397edc4d0bd6a7fd6a0977b4b633014803df01 (patch)
tree5d25a0ea177cc25b4ce3bcdb0f8afa644442699e /usr.bin/sed/Makefile
parente006d8bee036793ac728aedff3bf9301a15d581b (diff)
downloadFreeBSD-src-f7397edc4d0bd6a7fd6a0977b4b633014803df01.zip
FreeBSD-src-f7397edc4d0bd6a7fd6a0977b4b633014803df01.tar.gz
WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.
Use __FBSDID(), kill register keyword.
Diffstat (limited to 'usr.bin/sed/Makefile')
-rw-r--r--usr.bin/sed/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile
index d6b13a2..8dc1e0c 100644
--- a/usr.bin/sed/Makefile
+++ b/usr.bin/sed/Makefile
@@ -1,7 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= sed
-CFLAGS+=-Wall
SRCS= compile.c main.c misc.c process.c
+NO_WERROR=yes
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud