diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-02-08 08:57:22 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-02-08 08:57:22 +0000 |
| commit | ed5392a66c0a95d511a9bae56202ee14d16e6d26 (patch) | |
| tree | d27a162db79aaf3b76dd866efaa814f868f94333 /usr.bin | |
| parent | 5007dce7da4ed74b5035f82b18806de0ea8500dd (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/vgrind/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index 2c2f2634107b..5682b2598060 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -4,6 +4,8 @@ PROG= vfontedpr SRCS= regexp.c vfontedpr.c MAN1= vgrind.1 MAN5= vgrindefs.5 +BINDIR= /usr/libexec +BIN2DIR=/usr/bin EXTRA= vgrindefs.src.db CLEANFILES+= ${EXTRA} @@ -14,7 +16,7 @@ ${EXTRA}: ${.CURDIR}/vgrindefs.src beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/vgrind.sh ${DESTDIR}${BINDIR}/vgrind + ${.CURDIR}/vgrind.sh ${DESTDIR}${BIN2DIR}/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 \ |
