2002-05-30 09:46:16 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.14 2002/05/30 05:46:16 thorpej Exp $
|
1993-08-04 23:29:38 +04:00
|
|
|
|
2001-01-09 11:52:56 +03:00
|
|
|
.include <bsd.own.mk>
|
1993-08-04 23:29:38 +04:00
|
|
|
|
2001-01-09 11:52:56 +03:00
|
|
|
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
|
1993-08-04 23:29:38 +04:00
|
|
|
|
1998-02-04 17:32:51 +03:00
|
|
|
CPPFLAGS+=-DPOSIX_HEADERS
|
|
|
|
WARNS= 1
|
2002-05-30 09:46:16 +04:00
|
|
|
CWARNFLAGS+= -Wno-format-zero-length
|
1995-08-24 09:18:33 +04:00
|
|
|
VERSION= 1.06.1
|
1993-08-04 23:29:38 +04:00
|
|
|
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
|