1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.bin/ldd/Makefile
1997-02-22 15:48:31 +00:00

8 lines
78 B
Makefile

# $Id$
PROG= ldd
SRCS= ldd.c sods.c
BINDIR= /usr/bin
.include <bsd.prog.mk>