aboutsummaryrefslogblamecommitdiff
path: root/usr.bin/ldd/Makefile
blob: 11fdf3d4195478bac6cfdcbe52b446bec3e36dd1 (plain) (tree)
1
2
3
4
5
6
7
8
 
                   
                     
 
                                            

                   
                      

PROG?=		ldd
SRCS=		ldd.c

CFLAGS+=	-I${SRCTOP}/libexec/rtld-elf
LIBADD=		elf

.include <bsd.prog.mk>