diff options
author | jkh <jkh@FreeBSD.org> | 1996-12-30 07:32:34 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-12-30 07:32:34 +0000 |
commit | d492d69f7d3d8f110daaa5c9edb34d1e3ca675f8 (patch) | |
tree | 1bfa179aff1f01f3249f3bc1cc05a9c0653ec6f0 /lib/compat | |
parent | 8bf531b276952d8265527e4c182ab7825d0767cc (diff) | |
download | FreeBSD-src-d492d69f7d3d8f110daaa5c9edb34d1e3ca675f8.zip FreeBSD-src-d492d69f7d3d8f110daaa5c9edb34d1e3ca675f8.tar.gz |
LIBMODE -> LIBOWN
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 0685083..cac7027 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 f7afc41..6a62c91 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. |