aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/Makefile.inc
blob: b9bac708a1ab795203a37ab2b5806e762103a34e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.if exists(${.CURDIR}/../libunix/obj)
LIBUNIX=	$(.CURDIR)/../libunix/obj/libunix.a
.else
LIBUNIX=	$(.CURDIR)/../libunix/libunix.a
.endif

.if exists(${.CURDIR}/../libuuconf/obj)
LIBUUCONF=	$(.CURDIR)/../libuuconf/obj/libuuconf.a
.else
LIBUUCONF=	$(.CURDIR)/../libuuconf/libuuconf.a
.endif

.if exists(${.CURDIR}/../libuucp/obj)
LIBUUCP=	$(.CURDIR)/../libuucp/obj/libuucp.a
.else
LIBUUCP=	$(.CURDIR)/../libuucp/libuucp.a
.endif

VERSION=	1.04
owner=		uucp
group=		wheel
bindir=		/usr/bin
sbindir=	/usr/libexec/uucp

# The directory to look in for new style configuration files (when
# using HAVE_TAYLOR_CONFIG).
newconfigdir=	/etc/uucp

# The directory to look in for BNU (when using HAVE_BNU_CONFIG) or
# V2 (when using HAVE_V2_CONFIG) style configuration files.
oldconfigdir=	/etc/uucp