mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
2b520e6990
multiple installed packages with the same PKGORIGIN. Reported by: marcus MFC after: 1 month
10 lines
144 B
Makefile
10 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a
|
|
|
|
|
|
# Inherit BINDIR from one level up.
|
|
.include "../Makefile.inc"
|