aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ldd/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-09-02 21:54:39 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-09-02 21:54:39 +0000
commit170fa4e88801bf8f0d9a1655a4da8937ab711dda (patch)
tree92525177b5b0ab3ff5e2e1b62dbce50806ce35fd /gnu/usr.bin/ld/ldd/Makefile
parente4ba6a82b084137ae48939fd73bf04e8cce288d4 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/ld/ldd/Makefile')
-rw-r--r--gnu/usr.bin/ld/ldd/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/ldd/Makefile b/gnu/usr.bin/ld/ldd/Makefile
index 61c95a830feb..e52f62613aad 100644
--- a/gnu/usr.bin/ld/ldd/Makefile
+++ b/gnu/usr.bin/ld/ldd/Makefile
@@ -1,7 +1,8 @@
-# $Id$
+# $Id: Makefile,v 1.6 1997/02/22 15:46:40 peter Exp $
-PROG= ldd
-SRCS= ldd.c sods.c
-BINDIR= /usr/bin
+PROG= ldd
+SRCS= ldd.c sods.c
+CFLAGS+= -Wall
+BINDIR= /usr/bin
.include <bsd.prog.mk>