xref: /freebsd/usr.bin/ldd/Makefile (revision aa906e2a4957db700d9e6cc60857e1afe1aecc85)
1# $FreeBSD$
2
3PROG?=		ldd
4SRCS=		ldd.c
5
6.include <bsd.prog.mk>
7