diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:13:31 +0000 |
commit | fe655281c5aaa0c4feb637ba0199f869ba84a78b (patch) | |
tree | ec6d9a3298f43e6216117f9bd115130df43bf52a /sbin/md5/Makefile | |
parent | 6817e978cfb63ed11372fa169dc49f0b0b2d7bd1 (diff) | |
download | src-fe655281c5aaa0c4feb637ba0199f869ba84a78b.tar.gz src-fe655281c5aaa0c4feb637ba0199f869ba84a78b.zip |
Set the default manual section for sbin/ to 8.
Notes
Notes:
svn path=/head/; revision=74531
Diffstat (limited to 'sbin/md5/Makefile')
-rw-r--r-- | sbin/md5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index efbd7a40d4d3..9ecc62a32378 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} |