I forget to add BINGRP=$(group)
This commit is contained in:
parent
336116b49a
commit
33dddc66c6
@ -1,8 +1,9 @@
|
||||
# Makefile for uuchk
|
||||
# $Id: Makefile,v 1.1 1993/08/05 18:27:05 conklin Exp $
|
||||
# $Id: Makefile,v 1.2 1994/05/31 05:11:12 ache Exp $
|
||||
|
||||
BINDIR= $(sbindir)
|
||||
BINOWN= $(owner)
|
||||
BINGRP= $(group)
|
||||
BINMODE= 550
|
||||
|
||||
PROG= uuchk
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Makefile for uucico
|
||||
# $Id: Makefile,v 1.3 1994/05/07 18:13:40 ache Exp $
|
||||
# $Id: Makefile,v 1.4 1994/05/31 05:08:11 ache Exp $
|
||||
|
||||
BINDIR= $(sbindir)
|
||||
BINOWN= $(owner)
|
||||
BINGRP= $(group)
|
||||
BINMODE= 4550
|
||||
|
||||
PROG= uucico
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Makefile for uuconv
|
||||
# $Id: Makefile,v 1.1 1993/08/05 18:27:28 conklin Exp $
|
||||
# $Id: Makefile,v 1.2 1994/05/31 05:13:08 ache Exp $
|
||||
|
||||
BINDIR= $(sbindir)
|
||||
BINOWN= $(owner)
|
||||
BINGRP= $(group)
|
||||
BINMODE= 550
|
||||
|
||||
PROG= uuconv
|
||||
|
@ -1,9 +1,10 @@
|
||||
# Makefile for uux
|
||||
# $Id: Makefile,v 1.2 1993/08/05 16:15:25 jtc Exp $
|
||||
# $Id: Makefile,v 1.1 1993/08/05 18:28:14 conklin Exp $
|
||||
|
||||
BINDIR= $(bindir)
|
||||
BINOWN= $(owner)
|
||||
BINMODE= 4555
|
||||
BINGRP= $(group)
|
||||
BINMODE= 4550
|
||||
|
||||
PROG= uux
|
||||
SRCS= uux.c util.c log.c copy.c
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Makefile for uuxqt
|
||||
# $Id: Makefile,v 1.3 1994/05/07 18:14:39 ache Exp $
|
||||
# $Id: Makefile,v 1.4 1994/05/31 05:09:03 ache Exp $
|
||||
|
||||
BINDIR= $(sbindir)
|
||||
BINOWN= $(owner)
|
||||
BINGRP= $(group)
|
||||
BINMODE= 4550
|
||||
|
||||
PROG= uuxqt
|
||||
|
Loading…
Reference in New Issue
Block a user