summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 19:00:04 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 19:00:04 +0000
commit3ac06aac07cc33b027d1fa594ed74029dcb95797 (patch)
tree80d81dd90d559a596166cc04bb574b989c5382ee /usr.bin/ar/Makefile
parent2751343523c9bb9aa93dd1140a938c0f6077551a (diff)
downloadFreeBSD-src-3ac06aac07cc33b027d1fa594ed74029dcb95797.zip
FreeBSD-src-3ac06aac07cc33b027d1fa594ed74029dcb95797.tar.gz
More merry makefile munging for man page compatability.
Diffstat (limited to 'usr.bin/ar/Makefile')
-rw-r--r--usr.bin/ar/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile
index fef2a8f..70d5a4c 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>
OpenPOWER on IntegriCloud