summaryrefslogtreecommitdiff
path: root/libexec/ld.so/ldd/Makefile
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-05-14 22:18:24 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-05-14 22:18:24 +0000
commit8d56d4b543eee231601a21fdc0a385eb8a42835e (patch)
tree833c6ba29019e0c1ad069584dda0025cac45732f /libexec/ld.so/ldd/Makefile
parent3770ced89352bdde328ec33e92e7a0346b5c0780 (diff)
Commit initial alpha bits, to facilitate in-tree dev.
This code is not yet working.
Diffstat (limited to 'libexec/ld.so/ldd/Makefile')
-rw-r--r--libexec/ld.so/ldd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/ldd/Makefile b/libexec/ld.so/ldd/Makefile
index b0ed6f7af69..ed14c54f7cb 100644
--- a/libexec/ld.so/ldd/Makefile
+++ b/libexec/ld.so/ldd/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 2000/09/17 17:50:57 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2001/05/14 22:18:22 niklas Exp $
PROG= ldd
SRCS= ldd.c
MAN= ldd.1
+CFLAGS+=-Werror
BINDIR= /usr/bin