NetBSD/gnu/libexec/uucp/Makefile.inc
thorpej 897fba04fe Add -Wno-format-zero-length to CWARNFLAGS; ulog() is a printf-like
function for which "" is a perfectly reasonable argument.
2002-05-30 05:46:16 +00:00

29 lines
783 B
Makefile

# $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