freebsd-dev/usr.bin/ldd/Makefile
1998-06-12 14:11:15 +00:00

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>