diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-30 07:32:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-30 07:32:34 +0000 |
| commit | c94d336e8b11438f78a2d342aa27a746ffd6f792 (patch) | |
| tree | 1bfa179aff1f01f3249f3bc1cc05a9c0653ec6f0 | |
| parent | 4accebfea4d841d49864027935f0fb4b740787ac (diff) | |
Notes
| -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 06850838c0e4..cac702728657 100644 --- a/lib/compat/compat20/Makefile +++ b/lib/compat/compat20/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/12/23 21:47:27 jkh Exp $ +# $Id: Makefile,v 1.3 1996/12/28 17:42:47 peter Exp $ DISTRIBUTION= compat20 @@ -15,7 +15,7 @@ ${lib}: ${lib}.gz.uu .endfor install: - ${INSTALL} ${COPY} -o ${LIBMODE} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ + ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ ${DESTDIR}${LIBCOMPATDIR} # Get all the fruit, even though we don't set PROG. diff --git a/lib/compat/compat21/Makefile b/lib/compat/compat21/Makefile index f7afc41dde1a..6a62c918b9a0 100644 --- a/lib/compat/compat21/Makefile +++ b/lib/compat/compat21/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/12/23 21:47:28 jkh Exp $ +# $Id: Makefile,v 1.3 1996/12/28 17:42:48 peter Exp $ DISTRIBUTION= compat21 @@ -14,7 +14,7 @@ ${lib}: ${lib}.gz.uu .endfor install: - ${INSTALL} ${COPY} -o ${LIBMODE} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ + ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \ ${DESTDIR}${LIBCOMPATDIR} # Get all the fruit, even though we don't set PROG. |
