8 lines
78 B
Makefile
8 lines
78 B
Makefile
# $Id$
|
|
|
|
PROG= ldd
|
|
SRCS= ldd.c sods.c
|
|
BINDIR= /usr/bin
|
|
|
|
.include <bsd.prog.mk>
|