NetBSD/usr.bin/ldd/ldd_aout/Makefile

10 lines
140 B
Makefile
Raw Normal View History

1998-12-18 01:34:09 +03:00
# $NetBSD: Makefile,v 1.8 1998/12/17 22:34:09 thorpej Exp $
1993-10-23 00:09:57 +03:00
PROG= ldd
SRCS= ldd.c
1997-06-23 17:25:41 +04:00
MAN= ldd.1
1993-10-23 00:09:57 +03:00
1998-12-18 01:34:09 +03:00
.PATH: ${.CURDIR}/..
1993-10-23 00:09:57 +03:00
.include <bsd.prog.mk>