diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-10-14 12:17:58 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-10-14 12:17:58 +0000 |
| commit | 242d29de40d337dcc9608400f6acd99da18a319a (patch) | |
| tree | c08f4ffa50d1e2a5b7434f87c914a5860b3ad328 /gnu/libexec | |
| parent | 2babf84dc2dc77966d2d2468000e5fc6a7484da9 (diff) | |
Notes
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 e028f7e861f8f..9b5dcced6f9e0 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 4bdbcaafa520b..b9bac708a1ab7 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 |
