diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2014-07-06 17:33:11 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2014-07-06 17:33:11 +0000 |
commit | e00f6136323c7d696a3ce5b9641e906c18395f41 (patch) | |
tree | ec305c94fe4f78a91ea924ffdd952201a5623c71 /libexec/ld.so/ldd | |
parent | 0b46cf1fee63813e1590efd585e85a94c7064c79 (diff) |
enable -Wall, explicitly call _dl_strsep, and zap some redundant includes
ok miod@
Diffstat (limited to 'libexec/ld.so/ldd')
-rw-r--r-- | libexec/ld.so/ldd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/ldd/Makefile b/libexec/ld.so/ldd/Makefile index 4bb2248102f..b28ada07022 100644 --- a/libexec/ld.so/ldd/Makefile +++ b/libexec/ld.so/ldd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2013/07/05 21:29:51 miod Exp $ +# $OpenBSD: Makefile,v 1.6 2014/07/06 17:33:10 otto Exp $ MAN= ldd.1 @@ -6,7 +6,7 @@ MAN= ldd.1 PROG= ldd SRCS= ldd.c -#CFLAGS+=-Werror +CFLAGS+=-Wall BINDIR= /usr/bin |