diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
commit | f10dc9aca1097011cc6fd2f38be5e855132c46f0 (patch) | |
tree | 5e5ad69bb402f6680ccfdc8f662837f174acaab6 /usr.sbin/ctm | |
parent | 56b5d7535b94f68324d688401270d40f3779f0aa (diff) | |
download | FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.zip FreeBSD-src-f10dc9aca1097011cc6fd2f38be5e855132c46f0.tar.gz |
Set the default manual section for usr.sbin/ to 8.
Diffstat (limited to 'usr.sbin/ctm')
-rw-r--r-- | usr.sbin/ctm/ctm_rmail/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ctm/ctm_rmail/Makefile b/usr.sbin/ctm/ctm_rmail/Makefile index f904368..499e2fe 100644 --- a/usr.sbin/ctm/ctm_rmail/Makefile +++ b/usr.sbin/ctm/ctm_rmail/Makefile @@ -1,5 +1,8 @@ +# $FreeBSD$ + PROG= ctm_rmail SRCS= ctm_rmail.c error.c +MAN1= ${PROG}.1 CFLAGS+= -Wall MLINKS+= ctm_rmail.1 ctm_smail.1 MLINKS+= ctm_rmail.1 ctm_dequeue.1 |