svn commit: r310598 - user/bapt/diff
Baptiste Daroussin
bapt at FreeBSD.org
Mon Dec 26 12:41:39 UTC 2016
Author: bapt
Date: Mon Dec 26 12:41:38 2016
New Revision: 310598
URL: https://svnweb.freebsd.org/changeset/base/310598
Log:
Remove now useless warning skipping
Set a default BINDIR
Modified:
user/bapt/diff/Makefile
Modified: user/bapt/diff/Makefile
==============================================================================
--- user/bapt/diff/Makefile Mon Dec 26 12:40:10 2016 (r310597)
+++ user/bapt/diff/Makefile Mon Dec 26 12:41:38 2016 (r310598)
@@ -1,8 +1,8 @@
# $FreEBSD$
+BINDIR?= /usr/bin
PROG= diff
SRCS= diff.c diffdir.c diffreg.c xmalloc.c
WARNS= 7
-CFLAGS+= -Wno-incompatible-pointer-types-discards-qualifiers
.include <bsd.prog.mk>
More information about the svn-src-user
mailing list