summaryrefslogtreecommitdiff
path: root/lib/csu/vax
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>2001-03-24 18:40:22 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>2001-03-24 18:40:22 +0000
commit95a24cf4221ac4471d6e3085a10153f4a4b8d8db (patch)
tree963f44fbdb71e3756ac463c0fa58a75a15c7985e /lib/csu/vax
parent68a8441ee98761506335b685cd9f207f4801fa1b (diff)
Use "realinstall" to allow the framework to do other work if needed;
path of least surprise. Ok millert@
Diffstat (limited to 'lib/csu/vax')
-rw-r--r--lib/csu/vax/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/vax/Makefile b/lib/csu/vax/Makefile
index ca6c3079480..9b788c04d7d 100644
--- a/lib/csu/vax/Makefile
+++ b/lib/csu/vax/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1999/08/20 14:11:36 niklas Exp $
+# $OpenBSD: Makefile,v 1.5 2001/03/24 18:40:21 tholo Exp $
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}/..
@@ -22,7 +22,7 @@ scrt0.o: crt0.c
${LD} -x -r ${.TARGET}
mv a.out ${.TARGET}
-install:
+realinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib