932d41914f
from <link.h>
8 lines
140 B
Makefile
8 lines
140 B
Makefile
# $Id: Makefile,v 1.8 1998/06/01 13:55:12 peter Exp $
|
|
|
|
PROG= ldd
|
|
SRCS= ldd.c sods.c
|
|
CFLAGS+= -Wall -DFREEBSD_AOUT
|
|
|
|
.include <bsd.prog.mk>
|