diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-30 07:31:43 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-30 07:31:43 +0000 |
| commit | 4accebfea4d841d49864027935f0fb4b740787ac (patch) | |
| tree | 43d4beefd55ca1c74a818e9a034c8969046880ed | |
| parent | f6911bfce9ef83ab250ffdf6000fadc1bd881aec (diff) | |
Notes
| -rw-r--r-- | lib/compat/compat1x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index 7b0e032ef261..f2ca6ae7f183 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/12/23 21:47:26 jkh Exp $ +# $Id: Makefile,v 1.3 1996/12/28 17:42:46 peter Exp $ DISTRIBUTION= compat1x @@ -20,7 +20,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. |
