diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-18 05:47:46 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-18 05:47:46 +0000 |
| commit | d8fadf7c3cb767de1605b7433ef0f35c8a1403df (patch) | |
| tree | 168ec01faf85318998ed035afc773c39b5e810b2 /gnu/libexec | |
| parent | c7534c9f979958f9fa8b3e5f2e79721adb32cade (diff) | |
rcsid fascism, fix make -j race condition when building libs
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/Makefile | 13 | ||||
| -rw-r--r-- | gnu/libexec/uucp/contrib/Makefile.uurt | 4 | ||||
| -rw-r--r-- | gnu/libexec/uucp/cu/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libunix/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libuuconf/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/libuucp/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuchk/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uucico/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuconv/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uucp/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uulog/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuname/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uupick/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uustat/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uux/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuxqt/Makefile | 3 |
16 files changed, 39 insertions, 20 deletions
diff --git a/gnu/libexec/uucp/Makefile b/gnu/libexec/uucp/Makefile index e028f7e861f..2e48140d4a3 100644 --- a/gnu/libexec/uucp/Makefile +++ b/gnu/libexec/uucp/Makefile @@ -1,8 +1,13 @@ +# $NetBSD: Makefile,v 1.5 1997/10/18 05:47:46 lukem Exp $ +# # This is the Makefile for Taylor UUCP -# $Id: Makefile,v 1.4 1993/08/05 17:56:17 jtc Exp $ -SUBDIR= libunix libuucp libuuconf \ - cu uuchk uucico uuconv uucp uulog uuname uupick uusched \ - uustat uuto uux uuxqt +SUBDIR= libunix libuucp libuuconf \ + cu uuchk uucico uuconv uucp uulog uuname uupick uusched \ + uustat uuto uux uuxqt + +all-cu all-uuchk all-uucico all-uuconv all-uucp all-uulog all-uuname \ +all-uupick all-uusched all-uustat all-uuto all-uux all-uuxqt: \ + all-libunix all-libuucp all-libuuconf .include <bsd.subdir.mk> diff --git a/gnu/libexec/uucp/contrib/Makefile.uurt b/gnu/libexec/uucp/contrib/Makefile.uurt index 527ec879b61..526d30bec47 100644 --- a/gnu/libexec/uucp/contrib/Makefile.uurt +++ b/gnu/libexec/uucp/contrib/Makefile.uurt @@ -1,6 +1,6 @@ -# $Id: Makefile.uurt,v 1.3 1995/08/24 05:19:15 jtc Exp $ -# Makefile for uurate 1.10 +# $NetBSD: Makefile.uurt,v 1.4 1997/10/18 05:47:48 lukem Exp $ # +# Makefile for uurate 1.10 # Prefix directory for installation directories. prefix = /usr/local diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile index 5aa4f045238..27f55c2c002 100644 --- a/gnu/libexec/uucp/cu/Makefile +++ b/gnu/libexec/uucp/cu/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.4 1997/10/18 05:47:50 lukem Exp $ +# # Makefile for cu -# $Id: Makefile,v 1.3 1995/08/24 05:19:28 jtc Exp $ BINDIR= $(bindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/libunix/Makefile b/gnu/libexec/uucp/libunix/Makefile index d4e65cb737e..23770a3011c 100644 --- a/gnu/libexec/uucp/libunix/Makefile +++ b/gnu/libexec/uucp/libunix/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.9 1997/10/18 05:47:52 lukem Exp $ +# # This subdirectory contains Unix specific support functions. -# $Id: Makefile,v 1.8 1997/05/31 21:21:26 cjs Exp $ LIB= unix SRCS= access.c addbas.c app3.c app4.c basnam.c bytfre.c cwd.c \ diff --git a/gnu/libexec/uucp/libuuconf/Makefile b/gnu/libexec/uucp/libuuconf/Makefile index e164d197c02..d1d4bd15316 100644 --- a/gnu/libexec/uucp/libuuconf/Makefile +++ b/gnu/libexec/uucp/libuuconf/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.9 1997/10/18 05:47:54 lukem Exp $ +# # This is the Makefile for the Taylor UUCP uuconf library -# $Id: Makefile,v 1.8 1997/05/31 21:21:27 cjs Exp $ LIB= uuconf SRCS= addblk.c addstr.c allblk.c alloc.c base.c bool.c callin.c \ diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile index 1eb77de3b8c..400a9e6837a 100644 --- a/gnu/libexec/uucp/libuucp/Makefile +++ b/gnu/libexec/uucp/libuucp/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.8 1997/10/18 05:47:55 lukem Exp $ +# # This is the Makefile for the libuucp subdirectory of Taylor UUCP -# $Id: Makefile,v 1.7 1997/05/31 21:21:28 cjs Exp $ LIB= uucp SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \ diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile index 0aaa00f4cdc..2a31bbb223e 100644 --- a/gnu/libexec/uucp/uuchk/Makefile +++ b/gnu/libexec/uucp/uuchk/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.3 1997/10/18 05:47:57 lukem Exp $ +# # Makefile for uuchk -# $Id: Makefile,v 1.2 1993/08/05 16:15:02 jtc Exp $ BINDIR= $(sbindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uucico/Makefile b/gnu/libexec/uucp/uucico/Makefile index 0f65cea2b57..9fb1aa87be7 100644 --- a/gnu/libexec/uucp/uucico/Makefile +++ b/gnu/libexec/uucp/uucico/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.6 1997/10/18 05:47:59 lukem Exp $ +# # Makefile for uucico -# $Id: Makefile,v 1.5 1995/08/24 05:22:49 jtc Exp $ BINDIR= $(sbindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile index f06c3e274d5..a9a31bff861 100644 --- a/gnu/libexec/uucp/uuconv/Makefile +++ b/gnu/libexec/uucp/uuconv/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.3 1997/10/18 05:48:01 lukem Exp $ +# # Makefile for uuconv -# $Id: Makefile,v 1.2 1993/08/05 16:15:08 jtc Exp $ BINDIR= $(sbindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uucp/Makefile b/gnu/libexec/uucp/uucp/Makefile index 5e454606175..6e90f972b8d 100644 --- a/gnu/libexec/uucp/uucp/Makefile +++ b/gnu/libexec/uucp/uucp/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.3 1997/10/18 05:48:03 lukem Exp $ +# # Makefile for uucp -# $Id: Makefile,v 1.2 1993/08/05 16:15:11 jtc Exp $ BINDIR= $(bindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uulog/Makefile b/gnu/libexec/uucp/uulog/Makefile index 321656f3dcf..dc01506f0c2 100644 --- a/gnu/libexec/uucp/uulog/Makefile +++ b/gnu/libexec/uucp/uulog/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.3 1997/10/18 05:48:05 lukem Exp $ +# # Makefile for uulog -# $Id: Makefile,v 1.2 1993/08/05 16:15:14 jtc Exp $ BINDIR= $(bindir) diff --git a/gnu/libexec/uucp/uuname/Makefile b/gnu/libexec/uucp/uuname/Makefile index 5e7b314ba11..e3b533cd691 100644 --- a/gnu/libexec/uucp/uuname/Makefile +++ b/gnu/libexec/uucp/uuname/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.3 1997/10/18 05:48:07 lukem Exp $ +# # Makefile for uuname -# $Id: Makefile,v 1.2 1993/08/05 16:15:16 jtc Exp $ BINDIR= $(bindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uupick/Makefile b/gnu/libexec/uucp/uupick/Makefile index c9a431219d8..d591e0c9be7 100644 --- a/gnu/libexec/uucp/uupick/Makefile +++ b/gnu/libexec/uucp/uupick/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.3 1997/10/18 05:48:09 lukem Exp $ +# # Makefile for uupick -# $Id: Makefile,v 1.2 1993/08/05 16:15:19 jtc Exp $ BINDIR= $(bindir) diff --git a/gnu/libexec/uucp/uustat/Makefile b/gnu/libexec/uucp/uustat/Makefile index 568fed96b40..4571e7f53b1 100644 --- a/gnu/libexec/uucp/uustat/Makefile +++ b/gnu/libexec/uucp/uustat/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.5 1997/10/18 05:48:11 lukem Exp $ +# # Makefile for uustat -# $Id: Makefile,v 1.4 1995/08/24 05:23:30 jtc Exp $ BINDIR= $(bindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uux/Makefile b/gnu/libexec/uucp/uux/Makefile index 8f1cb4ef638..8444a71077f 100644 --- a/gnu/libexec/uucp/uux/Makefile +++ b/gnu/libexec/uucp/uux/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.3 1997/10/18 05:48:16 lukem Exp $ +# # Makefile for uux -# $Id: Makefile,v 1.2 1993/08/05 16:15:25 jtc Exp $ BINDIR= $(bindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uuxqt/Makefile b/gnu/libexec/uucp/uuxqt/Makefile index 02750d7f2b0..3b66f184ddc 100644 --- a/gnu/libexec/uucp/uuxqt/Makefile +++ b/gnu/libexec/uucp/uuxqt/Makefile @@ -1,5 +1,6 @@ +# $NetBSD: Makefile,v 1.5 1997/10/18 05:48:18 lukem Exp $ +# # Makefile for uuxqt -# $Id: Makefile,v 1.4 1994/12/22 09:32:33 cgd Exp $ BINDIR= $(sbindir) BINOWN= $(owner) |
