From 33f749b773d0069a465aea18ef300ecf1bd8ec79 Mon Sep 17 00:00:00 2001 From: wosch Date: Thu, 6 Feb 1997 01:24:43 +0000 Subject: /sbin -> ${BINDIR} --- sbin/nologin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/nologin/Makefile') 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 -- cgit v1.1