1993-12-28 13:59:05 +03:00
|
|
|
LIBUNIX!=cd $(.CURDIR)/../libunix; \
|
1994-02-03 15:57:34 +03:00
|
|
|
printf "xxx:\n\techo \$${.OBJDIR}/libunix.a\n" | ${MAKE} -r -s -f - xxx
|
1993-08-04 23:29:38 +04:00
|
|
|
|
1993-12-28 13:59:05 +03:00
|
|
|
LIBUUCONF!=cd $(.CURDIR)/../libuuconf; \
|
1994-02-03 15:57:34 +03:00
|
|
|
printf "xxx:\n\techo \$${.OBJDIR}/libuuconf.a\n" | ${MAKE} -r -s -f - xxx
|
1993-08-04 23:29:38 +04:00
|
|
|
|
1993-12-28 13:59:05 +03:00
|
|
|
LIBUUCP!=cd $(.CURDIR)/../libuucp; \
|
1994-02-03 15:57:34 +03:00
|
|
|
printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -r -s -f - xxx
|
1993-08-04 23:29:38 +04:00
|
|
|
|
1994-10-25 01:15:56 +03:00
|
|
|
VERSION= 1.05
|
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
|
1993-10-26 09:56:08 +03:00
|
|
|
|
1993-10-28 07:59:44 +03:00
|
|
|
# this is sick, but much easier than putting in the individual programs'
|
|
|
|
# makefiles.
|
|
|
|
.if defined(PROG)
|
1993-10-26 09:56:08 +03:00
|
|
|
# use gnu malloc
|
|
|
|
LDADD+= -lgnumalloc
|
|
|
|
DPADD+= /usr/lib/libgnumalloc.a
|
1993-10-28 07:59:44 +03:00
|
|
|
.endif
|