summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/Makefile.inc
blob: 6e5b6552709f21f6f7483d237a51d7660ce69a8e (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
25
26
27
28
#	$NetBSD: Makefile.inc,v 1.14 2002/05/30 05:46:16 thorpej Exp $

.include <bsd.own.mk>

LIBUNIXDIR!=cd $(.CURDIR)/../libunix && ${PRINTOBJDIR}
LIBUNIX=${LIBUNIXDIR}/libunix.a

LIBUUCONFDIR!=cd $(.CURDIR)/../libuuconf && ${PRINTOBJDIR}
LIBUUCONF=${LIBUUCONFDIR}/libuuconf.a

LIBUUCPDIR!=cd $(.CURDIR)/../libuucp && ${PRINTOBJDIR}
LIBUUCP=${LIBUUCPDIR}/libuucp.a

CPPFLAGS+=-DPOSIX_HEADERS
WARNS=		1
CWARNFLAGS+=	-Wno-format-zero-length
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