From 265c33c02735b31902caed1f0bc5fe3bdfc644d3 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Wed, 10 Jul 1996 18:36:41 +0000 Subject: [PATCH] Now that we have a manpage, don't have the 'clean' target be a NO-OP. --- sbin/nologin/Makefile | 2 +- usr.sbin/nologin/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} \