Update other Makefiles to reflect uuconv/uuchk install place change

This commit is contained in:
ache 1995-05-13 12:57:44 +00:00
parent aed58386b5
commit bb45951d3c
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# This subdirectory contains Unix specific support functions.
# $Id: Makefile,v 1.1 1993/08/05 18:23:34 conklin Exp $
# $Id: Makefile,v 1.2 1994/05/07 18:10:03 ache Exp $
LIB= unix
SRCS = access.c addbas.c app3.c app4.c basnam.c bytfre.c corrup.c \
@ -13,7 +13,7 @@ SRCS = access.c addbas.c app3.c app4.c basnam.c bytfre.c corrup.c \
ufopen.c ultspl.c unknwn.c uuto.c walk.c wldcrd.c work.c \
xqtfil.c xqtsub.c ftw.c
CFLAGS+= -I$(.CURDIR)/../common_sources \
-DOWNER=\"$(owner)\" -DSBINDIR=\"$(sbindir)\"
-DOWNER=\"$(owner)\" -DSBINDIR=\"$(libxdir)\"
NOMAN= noman
NOPROFILE= noprofile

View File

@ -1,5 +1,5 @@
# Makefile for uusched
# $Id: Makefile,v 1.5 1995/01/24 17:49:41 jkh Exp $
# $Id: Makefile,v 1.6 1995/01/24 17:58:35 bde Exp $
BINDIR= $(bindir)
CLEANFILES+= $(ONESHPROG)
@ -8,7 +8,7 @@ ONESHPROG= uusched
all: $(ONESHPROG)
$(ONESHPROG): $(ONESHPROG).in Makefile
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
sed -e "s|@SBINDIR@|$(libxdir)|g" \
$(.ALLSRC:N*Makefile) > $(.TARGET)
beforeinstall:

View File

@ -1,5 +1,5 @@
# Makefile for uuto
# $Id: Makefile,v 1.3 1995/01/24 17:47:49 jkh Exp $
# $Id: Makefile,v 1.4 1995/01/24 17:58:47 bde Exp $
BINDIR= $(bindir)
CLEANFILES+= $(ONESHPROG)
@ -8,7 +8,7 @@ ONESHPROG= uuto
all: $(ONESHPROG)
$(ONESHPROG): $(ONESHPROG).in Makefile
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
sed -e "s|@BINDIR@|$(bindir)|g" \
$(.ALLSRC:N*Makefile) > $(.TARGET)
beforeinstall: