Makefile.inc revision 74532
1# $FreeBSD: head/usr.sbin/pkg_install/Makefile.inc 74532 2001-03-20 18:17:26Z ru $
2
3.if exists(${.OBJDIR}/../lib)
4LIBINSTALL=	${.OBJDIR}/../lib/libinstall.a
5.else
6LIBINSTALL=	${.CURDIR}/../lib/libinstall.a
7.endif
8
9MANSECT?=	1
10
11# Inherit BINDIR from one level up.
12.include "../Makefile.inc"
13