summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldd/Makefile
blob: a3a726944965f0e76f9896fbf1a7239732f7a98d (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.9 1998/06/12 14:11:15 peter Exp $

PROG=		ldd
SRCS=		ldd.c
.if ${MACHINE_ARCH} == "i386"
SRCS+=		sods.c
.endif
CFLAGS+=	-Wall

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud