diff options
author | wosch <wosch@FreeBSD.org> | 1997-02-06 01:24:43 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-02-06 01:24:43 +0000 |
commit | 33f749b773d0069a465aea18ef300ecf1bd8ec79 (patch) | |
tree | 039e7bf0eade0c04ba18f910b44f6c4d34024f3e /usr.sbin/nologin | |
parent | cb7c85b77dcbaef84d153689a6126d004a60e98b (diff) | |
download | FreeBSD-src-33f749b773d0069a465aea18ef300ecf1bd8ec79.zip FreeBSD-src-33f749b773d0069a465aea18ef300ecf1bd8ec79.tar.gz |
/sbin -> ${BINDIR}
Diffstat (limited to 'usr.sbin/nologin')
-rw-r--r-- | usr.sbin/nologin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nologin/Makefile b/usr.sbin/nologin/Makefile index 57ac989..e30ea08 100644 --- a/usr.sbin/nologin/Makefile +++ b/usr.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> |