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/ar | |
parent | 27b491435b5af71a9b47047589a2d7bb2e49affc (diff) | |
download | FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.zip FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'usr.bin/ar')
-rw-r--r-- | usr.bin/ar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index af31612..d195769 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -5,8 +5,7 @@ PROG= ar CFLAGS+=-I${.CURDIR} -Wall SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \ move.c print.c replace.c -MAN1aout=ar.1aout -MAN5= ar.5 +MAN= ar.1aout ar.5 BINDIR= /usr/libexec/aout .include <bsd.prog.mk> |