3488b209cc
- 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
4 lines
91 B
Makefile
4 lines
91 B
Makefile
# $Id: Makefile.inc,v 1.1 1996/12/23 05:07:20 peter Exp $
|
|
|
|
LIBCOMPATDIR?= ${LIBDIR}/compat
|