This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / ar / Makefile
index d79757d..2860f66 100644 (file)
@@ -4,13 +4,8 @@ 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 
 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
-
-afterinstall:
-       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>
 
 .include <bsd.prog.mk>