NetBSD/gnu/libexec/uucp/Makefile.inc
enami 5d9e26fa5b - Use PRINTOBJDIR and .WAIT where appropriate.
- Define PARALLEL in gdb/Makefile since multiple yacc might run.
2001-01-09 08:52:56 +00:00

28 lines
744 B
Makefile

# $NetBSD: Makefile.inc,v 1.13 2001/01/09 08:52:57 enami 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
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