diff options
author | ache <ache@FreeBSD.org> | 1995-05-13 12:57:44 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-13 12:57:44 +0000 |
commit | c44bccb7ffe519137a6b505619cf7a115c635ac6 (patch) | |
tree | 9ef74c88191decd2e5af11b249d5ae871de82c71 /gnu | |
parent | 2177a2ea4fcd4dbc3c27d437bd09f70bb6719aa5 (diff) | |
download | FreeBSD-src-c44bccb7ffe519137a6b505619cf7a115c635ac6.zip FreeBSD-src-c44bccb7ffe519137a6b505619cf7a115c635ac6.tar.gz |
Update other Makefiles to reflect uuconv/uuchk install place change
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/libexec/uucp/libunix/Makefile | 4 | ||||
-rw-r--r-- | gnu/libexec/uucp/uusched/Makefile | 4 | ||||
-rw-r--r-- | gnu/libexec/uucp/uuto/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gnu/libexec/uucp/libunix/Makefile b/gnu/libexec/uucp/libunix/Makefile index 9da3975..a13b685 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 cfad585..152ef5a 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 094b847..f020965 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: |