summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/size/Makefile
blob: 65dbd3f6569a912a648dddf295248339422690d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.5 2001/08/06 19:12:06 tv Exp $

PROG=		size

.include <bsd.own.mk>
.if defined(USE_NEW_TOOLCHAIN)
.include "${.CURDIR}/../common/Makefile.prog"
.else
SRCS=		size.c
MAN=		size.1

.include <bsd.prog.mk>
.endif