diff options
Diffstat (limited to 'usr.sbin/mailwrapper/Makefile')
-rw-r--r-- | usr.sbin/mailwrapper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index 63723e4..0cb27dc 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= mailwrapper +MAN= mailwrapper.8 DPADD+= ${LIBUTIL} LDADD+= -lutil |