aboutsummaryrefslogtreecommitdiff
path: root/lib/compat/compat20
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-12-28 17:42:48 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-12-28 17:42:48 +0000
commit3488b209cc8c94bed542ca0b99b0ae4e76b77ffa (patch)
treecbc51a205bc65c495d7f07c3f09f62f07a15282c /lib/compat/compat20
parenta4ae35ba9e7acfd89c6e5f5e164244872545756d (diff)
Notes
Diffstat (limited to 'lib/compat/compat20')
-rw-r--r--lib/compat/compat20/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile
index 9f1e063a5312..06850838c0e4 100644
--- a/lib/compat/compat20/Makefile
+++ b/lib/compat/compat20/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1996/12/23 05:07:32 peter Exp $
+# $Id: Makefile,v 1.2 1996/12/23 21:47:27 jkh Exp $
DISTRIBUTION= compat20
@@ -11,13 +11,13 @@ all: ${LIBS}
.for lib in ${LIBS}
${lib}: ${lib}.gz.uu
- uudecode ${.CURDIR}/${lib}.gz.uu
- gunzip ${lib}.gz
+ uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
.endfor
install:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${LIBS} \
- ${DESTDIR}${BINDIR}
+ ${INSTALL} ${COPY} -o ${LIBMODE} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
+ ${DESTDIR}${LIBCOMPATDIR}
-# Get all the fruit, even though we don't set PROG
+# Get all the fruit, even though we don't set PROG.
+# XXX bsd.lib.mk has fruitflies, e.g., it fails if LIBS is empty.
.include <bsd.prog.mk>