summaryrefslogtreecommitdiffstats
path: root/sbin/nologin/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-07-10 18:36:41 +0000
committernate <nate@FreeBSD.org>1996-07-10 18:36:41 +0000
commit366bddd7f5f46d8b7d51ff94c668b40ccecbbc23 (patch)
treeaa64a0b7b65eb1523d1412156b0162fa8f46284e /sbin/nologin/Makefile
parent6ed41641afb0d3ee18cff06749ea84a311fd438c (diff)
downloadFreeBSD-src-366bddd7f5f46d8b7d51ff94c668b40ccecbbc23.zip
FreeBSD-src-366bddd7f5f46d8b7d51ff94c668b40ccecbbc23.tar.gz
Now that we have a manpage, don't have the 'clean' target be a NO-OP.
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 a5fcf01..57ac989 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} \
OpenPOWER on IntegriCloud