diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-10-14 12:17:58 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-10-14 12:17:58 +0000 |
commit | 404add9facdd67e6dfade5d3a57415e67483c01c (patch) | |
tree | c08f4ffa50d1e2a5b7434f87c914a5860b3ad328 /gnu/libexec | |
parent | 41891d8761a27c28c5c9dea15e2adde84a232335 (diff) | |
download | FreeBSD-src-404add9facdd67e6dfade5d3a57415e67483c01c.zip FreeBSD-src-404add9facdd67e6dfade5d3a57415e67483c01c.tar.gz |
Add subdir samples so that the sample scripts can get installed in /etc/uucp.
Add group to Makefile.inc for use in installing sample files
Diffstat (limited to 'gnu/libexec')
-rw-r--r-- | gnu/libexec/uucp/Makefile | 5 | ||||
-rw-r--r-- | gnu/libexec/uucp/Makefile.inc | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/Makefile b/gnu/libexec/uucp/Makefile index e028f7e..9b5dcce 100644 --- a/gnu/libexec/uucp/Makefile +++ b/gnu/libexec/uucp/Makefile @@ -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 <bsd.subdir.mk> diff --git a/gnu/libexec/uucp/Makefile.inc b/gnu/libexec/uucp/Makefile.inc index 4bdbcaa..b9bac70 100644 --- a/gnu/libexec/uucp/Makefile.inc +++ b/gnu/libexec/uucp/Makefile.inc @@ -18,6 +18,7 @@ LIBUUCP= $(.CURDIR)/../libuucp/libuucp.a VERSION= 1.04 owner= uucp +group= wheel bindir= /usr/bin sbindir= /usr/libexec/uucp |