summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/common/Makefile
blob: cb0f44ea6152b64221f9aa66e45be5e7dd3f1b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.1.1.1 1997/12/18 07:37:37 thorpej Exp $

LIB=	common

SRCS=	arparse.c arlex.c arsup.c bucomm.c version.c filemode.c rddbg.c \
	debug.c stabs.c ieee.c rdcoff.c wrstabs.c

CPPFLAGS+=-DVERSION='"${VERSION}"' -DTARGET='"${TARGET}"'

NOPROFILE=
NOPIC=

# only needed during build
libinstall::

.include <bsd.lib.mk>