summaryrefslogtreecommitdiffstats
path: root/lib/compat
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-23 21:47:28 +0000
committerjkh <jkh@FreeBSD.org>1996-12-23 21:47:28 +0000
commita845028255e2dba3dde6086a2f5344cbc6be82cd (patch)
treec3016f157c7de149867ee6a36f81e37095aac1ad /lib/compat
parent7e8328d6ddb1b3e67d907edfab9b90b455b661af (diff)
downloadFreeBSD-src-a845028255e2dba3dde6086a2f5344cbc6be82cd.zip
FreeBSD-src-a845028255e2dba3dde6086a2f5344cbc6be82cd.tar.gz
BINMODE != BINOWN - I was wondering why the output files were owned by
uid 555. :-)
Diffstat (limited to 'lib/compat')
-rw-r--r--lib/compat/compat1x/Makefile4
-rw-r--r--lib/compat/compat20/Makefile4
-rw-r--r--lib/compat/compat21/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile
index c8490eb..ab2150e 100644
--- a/lib/compat/compat1x/Makefile
+++ b/lib/compat/compat1x/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/12/23 05:07:21 peter Exp $
DISTRIBUTION= compat1x
@@ -22,7 +22,7 @@ libtermlib.so.1.1: libtermcap.so.1.1
ln libtermcap.so.1.1 libtermlib.so.1.1
install:
- ${INSTALL} -c -o ${BINMODE} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
${DESTDIR}${BINDIR}
# Get all the fruit, even though we don't set PROG
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile
index ffb791b..9f1e063 100644
--- a/lib/compat/compat20/Makefile
+++ b/lib/compat/compat20/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/12/23 05:07:32 peter Exp $
DISTRIBUTION= compat20
@@ -16,7 +16,7 @@ ${lib}: ${lib}.gz.uu
.endfor
install:
- ${INSTALL} -c -o ${BINMODE} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
${DESTDIR}${BINDIR}
# Get all the fruit, even though we don't set PROG
diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile
index f5f01b8..8e14110 100644
--- a/lib/compat/compat21/Makefile
+++ b/lib/compat/compat21/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/12/23 05:07:37 peter Exp $
DISTRIBUTION= compat21
@@ -15,7 +15,7 @@ ${lib}: ${lib}.gz.uu
.endfor
install:
- ${INSTALL} -p -o ${BINMODE} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
+ ${INSTALL} -p -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
${DESTDIR}${BINDIR}
# Get all the fruit, even though we don't set PROG
OpenPOWER on IntegriCloud