diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 19:00:04 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-05 19:00:04 +0000 |
commit | b35bdc400c79dfa100f3f9da0489f9c9e413eeca (patch) | |
tree | 80d81dd90d559a596166cc04bb574b989c5382ee /usr.bin/ar/Makefile | |
parent | b4162996d56ca3394816f639ed24219e8d41c65e (diff) |
More merry makefile munging for man page compatability.
Notes
Notes:
svn path=/head/; revision=1866
Diffstat (limited to 'usr.bin/ar/Makefile')
-rw-r--r-- | usr.bin/ar/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index fef2a8f7fdf9..70d5a4c771e6 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -4,14 +4,7 @@ PROG= ar CFLAGS+=-I${.CURDIR} SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \ move.c print.c replace.c -MAN1= ar.0 -CLEANFILES=ar.5.0 - -ar.0: ar.5.0 - -# XXX BROKEN: afterinstall: -XXXafterinstall: - install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ar.5.0 \ - ${DESTDIR}${MANDIR}5/ar.0 +MAN1= ar.1 +MAN5= ar.5 .include <bsd.prog.mk> |