diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-23 12:05:27 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-23 12:05:27 +0000 |
| commit | 642b1db1690e5f79f5c913f3062c4753ac9814b4 (patch) | |
| tree | 266892d1eb9a5e5201c8bbbf2374766e7bf04820 | |
| parent | fb228844002f2bd3656fd47282d2ca1b58eddd02 (diff) | |
Notes
| -rw-r--r-- | usr.bin/xlint/lint1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index 709c04502534..679ef485f599 100644 --- a/usr.bin/xlint/lint1/Makefile +++ b/usr.bin/xlint/lint1/Makefile @@ -17,6 +17,6 @@ BINDIR= /usr/libexec .PATH: ${.CURDIR}/../common lint.7: makeman - sh ${.CURDIR}/makeman ${BINDIR}/${PROG} -m >${.TARGET} + sh ${.CURDIR}/makeman ${DESTDIR}${BINDIR}/${PROG} -m >${.TARGET} .include <bsd.prog.mk> |
