diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile index a5fcf014e94f..57ac98936dda 100644 --- a/sbin/nologin/Makefile +++ b/sbin/nologin/Makefile @@ -3,7 +3,7 @@ MAN8= nologin.8 MAN5= nologin.5 -nologin clean depend lint tags: +nologin depend lint tags: beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ diff --git a/usr.sbin/nologin/Makefile b/usr.sbin/nologin/Makefile index a5fcf014e94f..57ac98936dda 100644 --- a/usr.sbin/nologin/Makefile +++ b/usr.sbin/nologin/Makefile @@ -3,7 +3,7 @@ MAN8= nologin.8 MAN5= nologin.5 -nologin clean depend lint tags: +nologin depend lint tags: beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \