summaryrefslogtreecommitdiffstats
path: root/sbin/md5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
committerru <ru@FreeBSD.org>2001-03-20 18:13:31 +0000
commit56b5d7535b94f68324d688401270d40f3779f0aa (patch)
tree5595d1171fe386d2597473f260d7abc50f6f6ff3 /sbin/md5
parentebd6ae3e698b396be69e6680b62601a931178567 (diff)
downloadFreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.zip
FreeBSD-src-56b5d7535b94f68324d688401270d40f3779f0aa.tar.gz
Set the default manual section for sbin/ to 8.
Diffstat (limited to 'sbin/md5')
-rw-r--r--sbin/md5/Makefile3
1 files changed, 2 insertions, 1 deletions
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}
OpenPOWER on IntegriCloud