diff options
author | wosch <wosch@FreeBSD.org> | 1997-02-06 15:00:24 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-02-06 15:00:24 +0000 |
commit | 8c41f06c7f2c0b3941bdd530c88a38625c15ddfe (patch) | |
tree | 49e802724b26c5c0827ffaaf6569776c695498f4 /usr.bin/vgrind | |
parent | 7a2447d3ab7ce5b2096343421c950de6912f862f (diff) | |
download | FreeBSD-src-8c41f06c7f2c0b3941bdd530c88a38625c15ddfe.zip FreeBSD-src-8c41f06c7f2c0b3941bdd530c88a38625c15ddfe.tar.gz |
delete unused variable BINDIR=/usr/libexec
/usr/bin -> ${BINDIR}
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r-- | usr.bin/vgrind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index b34e496..2c2f263 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -4,7 +4,6 @@ PROG= vfontedpr SRCS= regexp.c vfontedpr.c MAN1= vgrind.1 MAN5= vgrindefs.5 -BINDIR= /usr/libexec EXTRA= vgrindefs.src.db CLEANFILES+= ${EXTRA} @@ -15,7 +14,7 @@ ${EXTRA}: ${.CURDIR}/vgrindefs.src beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind + ${.CURDIR}/vgrind.sh ${DESTDIR}${BINDIR}/vgrind ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \ ${DESTDIR}/usr/share/misc/vgrindefs ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ |