summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ldd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile
index 623c4c0..04cc7a7 100644
--- a/usr.bin/ldd/Makefile
+++ b/usr.bin/ldd/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.7 1997/09/02 21:54:38 jdp Exp $
+# $Id: Makefile,v 1.8 1998/06/01 13:55:12 peter Exp $
PROG= ldd
SRCS= ldd.c sods.c
-CFLAGS+= -Wall
+CFLAGS+= -Wall -DFREEBSD_AOUT
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud