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/man/man1 | |
parent | cc589061536285dc11fa46854bbf2f82544d28fc (diff) | |
download | FreeBSD-src-a27d1d954d337d973c8c98834c505c64472f2aeb.zip FreeBSD-src-a27d1d954d337d973c8c98834c505c64472f2aeb.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 94ad04c..2d8dda4 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ -MAN1= builtin.1 intro.1 +MAN= builtin.1 intro.1 # Create MLINKS for Shell built in commands for which there are no userland # utilities of the same name: |