Index: head/gnu/libexec/uucp/Makefile =================================================================== --- head/gnu/libexec/uucp/Makefile (revision 599) +++ head/gnu/libexec/uucp/Makefile (revision 600) @@ -1,8 +1,9 @@ # This is the Makefile for Taylor UUCP -# $Id: Makefile,v 1.4 1993/08/05 17:56:17 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:22:22 conklin Exp $ SUBDIR= libunix libuucp libuuconf \ - cu uuchk uucico uuconv uucp uulog uuname uupick uusched \ + cu sample \ + uuchk uucico uuconv uucp uulog uuname uupick uusched \ uustat uuto uux uuxqt .include Index: head/gnu/libexec/uucp/Makefile.inc =================================================================== --- head/gnu/libexec/uucp/Makefile.inc (revision 599) +++ head/gnu/libexec/uucp/Makefile.inc (revision 600) @@ -1,30 +1,31 @@ .if exists(${.CURDIR}/../libunix/obj) LIBUNIX= $(.CURDIR)/../libunix/obj/libunix.a .else LIBUNIX= $(.CURDIR)/../libunix/libunix.a .endif .if exists(${.CURDIR}/../libuuconf/obj) LIBUUCONF= $(.CURDIR)/../libuuconf/obj/libuuconf.a .else LIBUUCONF= $(.CURDIR)/../libuuconf/libuuconf.a .endif .if exists(${.CURDIR}/../libuucp/obj) LIBUUCP= $(.CURDIR)/../libuucp/obj/libuucp.a .else LIBUUCP= $(.CURDIR)/../libuucp/libuucp.a .endif VERSION= 1.04 owner= uucp +group= wheel 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