From 65d758c4cbd0ec772cc6600d109696d6ef97a794 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 2 Feb 1997 14:41:43 +0000 Subject: ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR} --- usr.bin/cpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cpp') diff --git a/usr.bin/cpp/Makefile b/usr.bin/cpp/Makefile index eda7f17cf2998..95cf0b1f0ef67 100644 --- a/usr.bin/cpp/Makefile +++ b/usr.bin/cpp/Makefile @@ -8,10 +8,10 @@ all nologin clean cleandir depend lint tags: beforeinstall: .if ${MACHINE} == "sparc" ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}/usr/bin/cpp + ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}${BINDIR}/cpp .else ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp + ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp .endif .include -- cgit v1.3