summaryrefslogtreecommitdiff
path: root/external/bsd/elftoolchain/common/Makefile
blob: f682a1131290d93d2c2a43324738143dfee71d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.1 2021/04/06 19:40:19 jkoshy Exp $

.include <bsd.own.mk>

TOP=	${.CURDIR}/../dist
SRCDIR=	${TOP}/common

.PATH:	${SRCDIR}

SUBDIR=		sys

INCS=		elfdefinitions.h
INCSDIR=	/usr/include

.PHONY:	all clean clobber depend obj

all depend:

clean clobber:
	rm -f ${CLEANFILES}

cleandepend:
	rm -f ${.OBJDIR}/.depend

.include <bsd.inc.mk>
.include <bsd.subdir.mk>