From: William F. Jolitz Date: Tue, 12 Mar 1991 17:54:06 +0000 (-0800) Subject: 386BSD 0.1 development X-Git-Tag: 386BSD-0.1~2000 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/123e5f4cd16e785bd3bccfdae7e11a4ba68000d0?ds=inline 386BSD 0.1 development Work on file usr/src/usr.bin/ar/Makefile Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.1 --- diff --git a/usr/src/usr.bin/ar/Makefile b/usr/src/usr.bin/ar/Makefile new file mode 100644 index 0000000000..d79757d554 --- /dev/null +++ b/usr/src/usr.bin/ar/Makefile @@ -0,0 +1,16 @@ +# @(#)Makefile 5.8 (Berkeley) 3/10/91 + +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 + +afterinstall: + install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ar.5.0 \ + ${DESTDIR}${MANDIR}5/ar.0 + +.include