b7946da96b
Also add some missing $FreeBSD$ to keep svn happy.
10 lines
114 B
Makefile
10 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG?= ldd
|
|
SRCS= ldd.c
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SRCS+= sods.c
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|