NetBSD/gnu/usr.bin/binutils/nm/Makefile

14 lines
226 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/08/06 19:12:05 tv Exp $
PROG= nm
.include <bsd.own.mk>
.if defined(USE_NEW_TOOLCHAIN)
.include "${.CURDIR}/../common/Makefile.prog"
.else
SRCS= nm.c
MAN= nm.1
.include <bsd.prog.mk>
.endif