new version
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 18 Jan 1991 10:24:37 +0000 (02:24 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 18 Jan 1991 10:24:37 +0000 (02:24 -0800)
SCCS-vsn: usr.bin/ar/pathnames.h 5.3
SCCS-vsn: usr.bin/ar/Makefile 5.7

usr/src/usr.bin/ar/Makefile
usr/src/usr.bin/ar/pathnames.h

index b1ae064..df4d924 100644 (file)
@@ -1,8 +1,16 @@
-#      @(#)Makefile    5.6 (Berkeley) %G%
+#      @(#)Makefile    5.7 (Berkeley) %G%
 
 PROG=  ar
 
 PROG=  ar
+CFLAGS+=-I${.CURDIR}
+SRCS=  append.c ar.c archive.c contents.c delete.c extract.c header.c \
+       misc.c move.c print.c replace.c 
 MAN1=  ar.0
 MAN1=  ar.0
-MAN5=  arformat.0
-MLINKS=        arformat.5 ar.5
+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 <bsd.prog.mk>
 
 .include <bsd.prog.mk>
index 26ef610..f045cfe 100644 (file)
@@ -1,12 +1,12 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * %sccs.include.redist.c%
+ * This code is derived from software contributed to Berkeley by
+ * Hugh Smith at The University of Guelph.
  *
  *
- *     @(#)pathnames.h 5.2 (Berkeley) %G%
+ *     @(#)pathnames.h 5.3 (Berkeley) %G%
  */
 
  */
 
-#define        _PATH_TMP1      "/tmp/vXXXXX"
-#define        _PATH_TMP2      "/tmp/v1XXXXX"
-#define        _PATH_TMP3      "/tmp/v2XXXXX"
+#define        _NAME_ARTMP     "ar.XXXXXX"
+#define        _PATH_ARTMP     "/tmp/ar.XXXXXX"