summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-13 12:57:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-13 12:57:44 +0000
commit38e121ed713581f5d6a48ad2bd807d485203fbbc (patch)
tree9ef74c88191decd2e5af11b249d5ae871de82c71 /gnu/libexec
parent12421b942f426ce8bdcce5b3dcaf3439259aab5b (diff)
Notes
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/libunix/Makefile4
-rw-r--r--gnu/libexec/uucp/uusched/Makefile4
-rw-r--r--gnu/libexec/uucp/uuto/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/gnu/libexec/uucp/libunix/Makefile b/gnu/libexec/uucp/libunix/Makefile
index 9da39759e156..a13b685bc313 100644
--- a/gnu/libexec/uucp/libunix/Makefile
+++ b/gnu/libexec/uucp/libunix/Makefile
@@ -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
diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile
index cfad585dea22..152ef5aaa44c 100644
--- a/gnu/libexec/uucp/uusched/Makefile
+++ b/gnu/libexec/uucp/uusched/Makefile
@@ -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:
diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile
index 094b84712a5a..f020965dfb21 100644
--- a/gnu/libexec/uucp/uuto/Makefile
+++ b/gnu/libexec/uucp/uuto/Makefile
@@ -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: