From 56b5d7535b94f68324d688401270d40f3779f0aa Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 20 Mar 2001 18:13:31 +0000 Subject: Set the default manual section for sbin/ to 8. --- sbin/md5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/md5') diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index efbd7a4..9ecc62a 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 +# $FreeBSD$ PROG= md5 -SRCS= md5.c +MAN1= ${PROG}.1 LDADD+= -lmd DPADD+= ${LIBMD} -- cgit v1.1