summaryrefslogtreecommitdiffstats
path: root/lib/compat/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-12-28 17:42:48 +0000
committerpeter <peter@FreeBSD.org>1996-12-28 17:42:48 +0000
commit4323f50cde436c2362c742b7753795a3808d83c3 (patch)
treecbc51a205bc65c495d7f07c3f09f62f07a15282c /lib/compat/Makefile.inc
parent8664b3762ed057d55c5ff88baf68749d397e14f0 (diff)
downloadFreeBSD-src-4323f50cde436c2362c742b7753795a3808d83c3.zip
FreeBSD-src-4323f50cde436c2362c742b7753795a3808d83c3.tar.gz
Fix some more problems:
- the .gz files are no longer used as intermediate files, it's in a pipe now. (gunzip normally deleted them anyway, but this should not hurt) - I accidently left a -p arg to install from testing. Bruce says it should be ${COPY} instead, but almost everything else in the tree uses plain -c anyway. - Use "LINKS=" or two identical files are installed sepeately instead of as links (doh!) - Use "LIB..." instead of "BIN..." for install permissions. Note that we still use bsd.prog.mk, not bsd.lib.mk because bsd.lib.mk has problems (it can't install a library unless it compiles it). - Define LIBCOMPATDIR in Makefile.inc instead of using BINDIR. Mostly submitted by: bde
Diffstat (limited to 'lib/compat/Makefile.inc')
-rw-r--r--lib/compat/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc
index 3b0eaee..07eb565 100644
--- a/lib/compat/Makefile.inc
+++ b/lib/compat/Makefile.inc
@@ -1,3 +1,3 @@
-# $Id$
+# $Id: Makefile.inc,v 1.1 1996/12/23 05:07:20 peter Exp $
-BINDIR?= /usr/lib/compat
+LIBCOMPATDIR?= ${LIBDIR}/compat
OpenPOWER on IntegriCloud