summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-12 14:11:15 +0000
committerpeter <peter@FreeBSD.org>1998-06-12 14:11:15 +0000
commit8eddb2ad66ae9b01bf541b2d92975eb2397f073e (patch)
treec16e8bfb77d1d86c473724421f27485e846864db /usr.bin
parente6d8366d2523eb3b54fe46cb4a44ba507c7415ac (diff)
downloadFreeBSD-src-8eddb2ad66ae9b01bf541b2d92975eb2397f073e.zip
FreeBSD-src-8eddb2ad66ae9b01bf541b2d92975eb2397f073e.tar.gz
Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitions
from <link.h>
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