1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/usr.bin/ldd/Makefile
1998-09-16 09:31:48 +00:00

11 lines
170 B
Makefile

# $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>