diff options
author | bde <bde@FreeBSD.org> | 1996-12-31 02:39:40 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-12-31 02:39:40 +0000 |
commit | 65d1d7b4e9430ca3e6f7c914d86c6c6c0676e295 (patch) | |
tree | 351193f104b419a3130c839ee0cb273269d8f2c3 /lib/compat | |
parent | 66775f8a04d4103f8f30c116202b455d380cc827 (diff) | |
download | FreeBSD-src-65d1d7b4e9430ca3e6f7c914d86c6c6c0676e295.zip FreeBSD-src-65d1d7b4e9430ca3e6f7c914d86c6c6c0676e295.tar.gz |
Use `beforeinstall' target instead of `install' target to avoid setting a
bad example.
Diffstat (limited to 'lib/compat')
-rw-r--r-- | lib/compat/compat20/Makefile | 4 | ||||
-rw-r--r-- | lib/compat/compat21/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/compat/compat20/Makefile b/lib/compat/compat20/Makefile index cac7027..d7c2f7c 100644 --- a/lib/compat/compat20/Makefile +++ b/lib/compat/compat20/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/12/28 17:42:47 peter Exp $ +# $Id: Makefile,v 1.4 1996/12/30 07:32:33 jkh Exp $ DISTRIBUTION= compat20 @@ -14,7 +14,7 @@ ${lib}: ${lib}.gz.uu uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib} .endfor -install: +beforeinstall: ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ ${DESTDIR}${LIBCOMPATDIR} diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index 6a62c91..59b7aa6 100644 --- a/lib/compat/compat21/Makefile +++ b/lib/compat/compat21/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/12/28 17:42:48 peter Exp $ +# $Id: Makefile,v 1.4 1996/12/30 07:32:34 jkh Exp $ DISTRIBUTION= compat21 @@ -13,7 +13,7 @@ ${lib}: ${lib}.gz.uu uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib} .endfor -install: +beforeinstall: ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ ${DESTDIR}${LIBCOMPATDIR} |