diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
commit | 89596e453852464f330543234ea7d0894c5fc287 (patch) | |
tree | 2f3bf33fa937fe4dcbe5a97851f84bed559bbc7b /usr.bin/banner | |
parent | 27b491435b5af71a9b47047589a2d7bb2e49affc (diff) | |
download | FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.zip FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'usr.bin/banner')
-rw-r--r-- | usr.bin/banner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index c04e68ae6..21e4686 100644 --- a/usr.bin/banner/Makefile +++ b/usr.bin/banner/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= banner CFLAGS+=-Wall -MAN6= banner.6 +MAN= banner.6 .include <bsd.prog.mk> |