From 86642a4ab498a232761f0dcb1ca83f06fc0d5a40 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 26 Mar 2001 14:33:27 +0000 Subject: - Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN. --- sbin/nologin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/nologin/Makefile') diff --git a/sbin/nologin/Makefile b/sbin/nologin/Makefile index e30ea08..fae063b 100644 --- a/sbin/nologin/Makefile +++ b/sbin/nologin/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.2 (Berkeley) 4/22/94 +# $FreeBSD$ -MAN8= nologin.8 -MAN5= nologin.5 +MAN= nologin.5 nologin.8 nologin depend lint tags: -- cgit v1.1