diff options
Diffstat (limited to 'gnu/usr.bin/ld/ldd/Makefile')
| -rw-r--r-- | gnu/usr.bin/ld/ldd/Makefile | 9 |
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> |
