summaryrefslogtreecommitdiffstats
path: root/sbin/nologin/Makefile
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-02-06 01:24:43 +0000
committerwosch <wosch@FreeBSD.org>1997-02-06 01:24:43 +0000
commit33f749b773d0069a465aea18ef300ecf1bd8ec79 (patch)
tree039e7bf0eade0c04ba18f910b44f6c4d34024f3e /sbin/nologin/Makefile
parentcb7c85b77dcbaef84d153689a6126d004a60e98b (diff)
downloadFreeBSD-src-33f749b773d0069a465aea18ef300ecf1bd8ec79.zip
FreeBSD-src-33f749b773d0069a465aea18ef300ecf1bd8ec79.tar.gz
/sbin -> ${BINDIR}
Diffstat (limited to 'sbin/nologin/Makefile')
-rw-r--r--sbin/nologin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile
index 57ac989..e30ea08 100644
--- a/sbin/nologin/Makefile
+++ b/sbin/nologin/Makefile
@@ -7,6 +7,6 @@ nologin depend lint tags:
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
+ ${.CURDIR}/nologin.sh ${DESTDIR}${BINDIR}/nologin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud