cd9a2f5c28
really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
33 lines
812 B
Makefile
33 lines
812 B
Makefile
.if exists(${.OBJDIR}/../libunix)
|
|
LIBUNIX= $(.OBJDIR)/../libunix/libunix.a
|
|
.else
|
|
LIBUNIX= $(.CURDIR)/../libunix/libunix.a
|
|
.endif
|
|
|
|
.if exists(${.OBJDIR}/../libuuconf)
|
|
LIBUUCONF= $(.OBJDIR)/../libuuconf/libuuconf.a
|
|
.else
|
|
LIBUUCONF= $(.CURDIR)/../libuuconf/libuuconf.a
|
|
.endif
|
|
|
|
.if exists(${.OBJDIR}/../libuucp)
|
|
LIBUUCP= $(.OBJDIR)/../libuucp/libuucp.a
|
|
.else
|
|
LIBUUCP= $(.CURDIR)/../libuucp/libuucp.a
|
|
.endif
|
|
|
|
VERSION= 1.06.1
|
|
owner= uucp
|
|
group= uucp
|
|
bindir= /usr/bin
|
|
sbindir= /usr/sbin
|
|
libxdir= /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
|