diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 13:48:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 13:48:25 +0000 |
commit | a27d1d954d337d973c8c98834c505c64472f2aeb (patch) | |
tree | e8dad1aec29f7ed492e8b408e85f17b0e0cb105a /share/me/Makefile | |
parent | cc589061536285dc11fa46854bbf2f82544d28fc (diff) | |
download | FreeBSD-src-a27d1d954d337d973c8c98834c505c64472f2aeb.zip FreeBSD-src-a27d1d954d337d973c8c98834c505c64472f2aeb.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'share/me/Makefile')
-rw-r--r-- | share/me/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/me/Makefile b/share/me/Makefile index 1235af3..5dc1b06 100644 --- a/share/me/Makefile +++ b/share/me/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 +# $FreeBSD$ MELIB= ${BINDIR}/me TMLIB= ${BINDIR}/tmac @@ -10,7 +11,7 @@ FILES= ${MESRCS} ${TMSRCS} CLEANFILES+= ${FILES:S/$/.tmp/} # XXX use groff version -# MAN7= me.7 +# MAN= me.7 all: ${FILES:S/$/.tmp/} |