blob: cb32c1c6d2f58d977198ca47d03d3e40afb4f591 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.3 1998/07/29 19:18:26 thorpej Exp $
# XXX until our binutils is upgraded
.if (${MACHINE_ARCH} != "powerpc")
LIB= common
SRCS= arparse.y arlex.l arsup.c bucomm.c version.c filemode.c rddbg.c \
debug.c stabs.c ieee.c rdcoff.c wrstabs.c
.endif
YHEADER=1
CPPFLAGS+=-DVERSION='"${VERSION}"' -DTARGET='"${TARGET}"'
NOPROFILE=
NOPIC=
NOLINT=
# only needed during build
libinstall::
.include <bsd.lib.mk>
|