diff options
author | nate <nate@FreeBSD.org> | 1996-07-10 18:36:41 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1996-07-10 18:36:41 +0000 |
commit | 366bddd7f5f46d8b7d51ff94c668b40ccecbbc23 (patch) | |
tree | aa64a0b7b65eb1523d1412156b0162fa8f46284e /usr.sbin/nologin | |
parent | 6ed41641afb0d3ee18cff06749ea84a311fd438c (diff) | |
download | FreeBSD-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 '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 a5fcf01..57ac989 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} \ |