diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:24:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:24:38 +0000 |
| commit | 48cfb668fc9f2257b8955348b6c448f331db538c (patch) | |
| tree | 654fdd1b68d3f3b66fa5852885ab296a298270bf /lib/libss | |
| parent | d63abe4172ac583e5d2cf2086fe66a44c747b126 (diff) | |
Notes
Diffstat (limited to 'lib/libss')
| -rw-r--r-- | lib/libss/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile index e1026ef87d04..b6a5e702214d 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1995/03/18 08:34:42 rgrimes Exp $ +# $Id: Makefile,v 1.8 1995/05/30 05:47:36 rgrimes Exp $ LIB= ss SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ @@ -25,16 +25,16 @@ std_rqs.c: ${.CURDIR}/std_rqs.ct beforeinstall: -cd ${.CURDIR}; cmp -s ss.h ${DESTDIR}/usr/include/ss/ss.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ss.h \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ss.h \ ${DESTDIR}/usr/include/ss -cd ${.CURDIR}; cmp -s copyright.h \ ${DESTDIR}/usr/include/ss/mit-sipb-copyright.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 copyright.h \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 copyright.h \ ${DESTDIR}/usr/include/ss/mit-sipb-copyright.h -cd ${.OBJDIR}; \ if [ -f ss_err.h ]; then \ cmp -s ss_err.h ${DESTDIR}/usr/include/ss/ss_err.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ss_err.h \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ss_err.h \ ${DESTDIR}/usr/include/ss; \ else \ true; \ |
