summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/Makefile.inc
blob: cc0d8ab4f2ffec204df90248ae39655b9f9e1d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LIBUNIX!=cd $(.CURDIR)/../libunix; \
	printf "xxx:\n\techo \$${.OBJDIR}/libunix.a\n" | \
	${MAKE} -r -s -f - xxx | grep libunix

LIBUUCONF!=cd $(.CURDIR)/../libuuconf; \
	printf "xxx:\n\techo \$${.OBJDIR}/libuuconf.a\n" | \
	${MAKE} -r -s -f - xxx | grep libuuconf

LIBUUCP!=cd $(.CURDIR)/../libuucp; \
	printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | \
	${MAKE} -r -s -f - xxx | grep libuucp

VERSION=	1.06.1
owner=		uucp
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