]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pkg_install/Makefile.inc
Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socket
[FreeBSD/FreeBSD.git] / usr.sbin / pkg_install / Makefile.inc
1 # $FreeBSD$
2
3 .if exists(${.OBJDIR}/../lib)
4 LIBINSTALL=     ${.OBJDIR}/../lib/libinstall.a
5 .else
6 LIBINSTALL=     ${.CURDIR}/../lib/libinstall.a
7 .endif
8
9 # Inherit BINDIR from one level up.
10 .if !target(__foobar__)
11 __foobar__:
12 .if exists(../Makefile.inc)
13 .include "../Makefile.inc"
14 .endif
15 .endif