summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile.inc
blob: d157361e80cda4f6cabd9c83b9adab3f401d1387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.if exists(${.OBJDIR}/../lib)
LIBINSTALL=	${.OBJDIR}/../lib/libinstall.a
.else
LIBINSTALL=	${.CURDIR}/../lib/libinstall.a
.endif

MANSECT?=	1

# Inherit BINDIR from one level up.
.include "../Makefile.inc"
OpenPOWER on IntegriCloud