]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/libexec/uucp/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r51922,
[FreeBSD/FreeBSD.git] / gnu / libexec / uucp / Makefile.inc
1 .if exists(${.OBJDIR}/../libunix)
2 LIBUNIX=        $(.OBJDIR)/../libunix/libunix.a
3 .else
4 LIBUNIX=        $(.CURDIR)/../libunix/libunix.a
5 .endif
6
7 .if exists(${.OBJDIR}/../libuuconf)
8 LIBUUCONF=      $(.OBJDIR)/../libuuconf/libuuconf.a
9 .else
10 LIBUUCONF=      $(.CURDIR)/../libuuconf/libuuconf.a
11 .endif
12
13 .if exists(${.OBJDIR}/../libuucp)
14 LIBUUCP=        $(.OBJDIR)/../libuucp/libuucp.a
15 .else
16 LIBUUCP=        $(.CURDIR)/../libuucp/libuucp.a
17 .endif
18
19 VERSION=        1.06.1
20 owner=          uucp
21 group=          uucp
22 bindir=         /usr/bin
23 sbindir=        /usr/sbin
24 libxdir=        /usr/libexec/uucp
25
26 # The directory to look in for new style configuration files (when
27 # using HAVE_TAYLOR_CONFIG).
28 newconfigdir=   /etc/uucp
29
30 # The directory to look in for BNU (when using HAVE_BNU_CONFIG) or
31 # V2 (when using HAVE_V2_CONFIG) style configuration files.
32 oldconfigdir=   /etc/uucp