Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « poudriere « libexec « src - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0bc698938b010d1a408cf0c5aa3ae5d7f883be77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIR= dirempty dirwatch

.if !defined(DRAGONFLY)
SUBDIR+= make_index cpdup
.endif

PREFIX?=	/usr/local
BINDIR=		${PREFIX}/libexec/poudriere

beforeinstall:
	mkdir -p ${DESTDIR}${BINDIR}

.include <bsd.subdir.mk>