diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-01 05:37:30 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-01 05:37:30 +0000 |
| commit | cda4f8f6ee55684e8d311b86c99ea59191e6b74f (patch) | |
| tree | 96e099fe2118b7d7d940e85727e50125dfec4da2 /libexec | |
| parent | 1fb80e5b342217e1b8cc864c0d4d72a9c231d8c7 (diff) | |
Add RCS identifiers.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/Makefile | 3 | ||||
| -rw-r--r-- | libexec/Makefile.inc | 3 | ||||
| -rw-r--r-- | libexec/bugfiler/Makefile | 4 | ||||
| -rw-r--r-- | libexec/comsat/Makefile | 3 | ||||
| -rw-r--r-- | libexec/fingerd/Makefile | 3 | ||||
| -rw-r--r-- | libexec/ftpd/Makefile | 3 | ||||
| -rw-r--r-- | libexec/getNAME/Makefile | 3 | ||||
| -rw-r--r-- | libexec/getty/Makefile | 3 | ||||
| -rw-r--r-- | libexec/mail.local/Makefile | 3 | ||||
| -rw-r--r-- | libexec/makekey/Makefile | 3 | ||||
| -rw-r--r-- | libexec/rexecd/Makefile | 3 | ||||
| -rw-r--r-- | libexec/rlogind/Makefile | 3 | ||||
| -rw-r--r-- | libexec/rmail/Makefile | 5 | ||||
| -rw-r--r-- | libexec/rshd/Makefile | 3 | ||||
| -rw-r--r-- | libexec/talkd/Makefile | 3 | ||||
| -rw-r--r-- | libexec/telnetd/Makefile | 12 | ||||
| -rw-r--r-- | libexec/tftpd/Makefile | 3 | ||||
| -rw-r--r-- | libexec/uucpd/Makefile | 3 |
18 files changed, 37 insertions, 29 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 0e4b564780f..c83c03dbcc8 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.7 (Berkeley) 4/1/91 +# from: @(#)Makefile 5.7 (Berkeley) 4/1/91 +# $Id: Makefile,v 1.5 1993/08/01 05:38:44 mycroft Exp $ SUBDIR= bugfiler comsat crond elvispreserve fingerd ftpd getNAME \ getty mail.local makekey rexecd rlogind rshd rpc.rstatd rpc.rusersd \ diff --git a/libexec/Makefile.inc b/libexec/Makefile.inc index 7ac9e80d55a..6c7b9b0cfaf 100644 --- a/libexec/Makefile.inc +++ b/libexec/Makefile.inc @@ -1,3 +1,4 @@ -# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 +# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 +# $Id: Makefile.inc,v 1.2 1993/08/01 05:39:36 mycroft Exp $ BINDIR?= /usr/libexec diff --git a/libexec/bugfiler/Makefile b/libexec/bugfiler/Makefile index 20085601049..90018001ce1 100644 --- a/libexec/bugfiler/Makefile +++ b/libexec/bugfiler/Makefile @@ -1,5 +1,5 @@ -# @(#)Makefile 5.17 (Berkeley) 5/24/90 -# Fixed to use sun-lamp.cs.berkeley.edu as a bugs host - rgrimes 4/01/93 +# from: @(#)Makefile 5.17 (Berkeley) 5/24/90 +# $Id: Makefile,v 1.4 1993/08/01 05:39:43 mycroft Exp $ PROG= bugfiler CFLAGS+=-I${.CURDIR} -D"BUGS_HOME=\"owner-386bsd_bugs@sun-lamp.cs.berkeley.edu\"" diff --git a/libexec/comsat/Makefile b/libexec/comsat/Makefile index ced9120ceba..13f68d25fe1 100644 --- a/libexec/comsat/Makefile +++ b/libexec/comsat/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.3 (Berkeley) 5/11/90 +# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 +# $Id: Makefile,v 1.2 1993/08/01 05:39:31 mycroft Exp $ PROG= comsat MAN8= comsat.0 diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile index 15a2cf34484..78804a1bf14 100644 --- a/libexec/fingerd/Makefile +++ b/libexec/fingerd/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.3 (Berkeley) 5/11/90 +# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 +# $Id: Makefile,v 1.2 1993/08/01 05:39:28 mycroft Exp $ PROG= fingerd MAN8= fingerd.0 diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 646dcbb1a75..129164d0a7e 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.15 (Berkeley) 7/1/90 +# from: @(#)Makefile 5.15 (Berkeley) 7/1/90 +# $Id: Makefile,v 1.4 1993/08/01 05:39:26 mycroft Exp $ PROG= ftpd CFLAGS+=-I${.CURDIR}/../../usr.bin/ftp -DSETPROCTITLE diff --git a/libexec/getNAME/Makefile b/libexec/getNAME/Makefile index 510c853916d..120ac1f81fe 100644 --- a/libexec/getNAME/Makefile +++ b/libexec/getNAME/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.3 (Berkeley) 5/11/90 +# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 +# $Id: Makefile,v 1.2 1993/08/01 05:39:22 mycroft Exp $ PROG= getNAME NOMAN= noman diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index 11726de6318..3646c211e4d 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.12 (Berkeley) 1/21/91 +# from: @(#)Makefile 5.12 (Berkeley) 1/21/91 +# $Id: Makefile,v 1.2 1993/08/01 05:39:18 mycroft Exp $ PROG= getty SRCS= main.c init.c subr.c gettytab.c ttydefaults.c diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 90635a87c1e..78ee1cbd8f6 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.3 (Berkeley) 1/17/91 +# from: @(#)Makefile 5.3 (Berkeley) 1/17/91 +# $Id: Makefile,v 1.2 1993/08/01 05:39:15 mycroft Exp $ PROG= mail.local MAN8= mail.local.0 diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 7385356a92e..463c86bf470 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.3 (Berkeley) 5/11/90 +# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 +# $Id: Makefile,v 1.3 1993/08/01 05:39:12 mycroft Exp $ PROG= makekey MAN8= makekey.0 diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 9725007ddbd..82cfd86b96e 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.3 (Berkeley) 5/11/90 +# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 +# $Id: Makefile,v 1.3 1993/08/01 05:39:07 mycroft Exp $ PROG= rexecd MAN8= rexecd.0 diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile index e7224145ae9..7a84237bf85 100644 --- a/libexec/rlogind/Makefile +++ b/libexec/rlogind/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.9 (Berkeley) 9/27/90 +# from: @(#)Makefile 5.9 (Berkeley) 9/27/90 +# $Id: Makefile,v 1.2 1993/08/01 05:39:03 mycroft Exp $ PROG= rlogind SRCS= rlogind.c diff --git a/libexec/rmail/Makefile b/libexec/rmail/Makefile index 5014a5d6b35..8387205e940 100644 --- a/libexec/rmail/Makefile +++ b/libexec/rmail/Makefile @@ -1,6 +1,5 @@ -# @(#)Makefile 5.2 (Berkeley) 4/20/91 -# -# $Header: /cvsroot/src/libexec/rmail/Attic/Makefile,v 1.3 1993/03/23 00:27:13 cgd Exp $ +# from: @(#)Makefile 5.2 (Berkeley) 4/20/91 +# $Id: Makefile,v 1.4 1993/08/01 05:46:57 mycroft Exp $ PROG= rmail MAN8= rmail.0 diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index 3da669c4e65..27802cecfc9 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.6 (Berkeley) 9/27/90 +# from: @(#)Makefile 5.6 (Berkeley) 9/27/90 +# $Id: Makefile,v 1.2 1993/08/01 05:38:59 mycroft Exp $ PROG= rshd SRCS= rshd.c diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index dc5ef0c6d60..9c840238b93 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.10 (Berkeley) 5/11/90 +# from: @(#)Makefile 5.10 (Berkeley) 5/11/90 +# $Id: Makefile,v 1.2 1993/08/01 05:38:55 mycroft Exp $ PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 9de255f0436..2360182e9a7 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,12 +1,6 @@ -# @(#)Makefile 5.16 (Berkeley) 5/13/91 -# -# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE -# -------------------- ----- ---------------------- -# CURRENT PATCH LEVEL: 1 00035 -# -------------------- ----- ---------------------- -# -# 27 Nov 1992 Felix Gaehtgens Removed KLUDGELINEMODE -# +# from: @(#)Makefile 5.16 (Berkeley) 5/13/91 +# $Id: Makefile,v 1.3 1993/08/01 05:38:51 mycroft Exp $ + PROG= telnetd CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS CFLAGS+=-I${.CURDIR}/../../lib diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile index 4314b0b46b6..0f1f0f0e27d 100644 --- a/libexec/tftpd/Makefile +++ b/libexec/tftpd/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.10 (Berkeley) 5/11/90 +# from: @(#)Makefile 5.10 (Berkeley) 5/11/90 +# $Id: Makefile,v 1.2 1993/08/01 05:38:48 mycroft Exp $ PROG= tftpd SRCS= tftpd.c tftpsubs.c diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index d11038a66f7..b7882b59266 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 5.3 (Berkeley) 6/25/90 +# from: @(#)Makefile 5.3 (Berkeley) 6/25/90 +# $Id: Makefile,v 1.2 1993/08/01 05:39:39 mycroft Exp $ CFLAGS+= -DBSDINETD PROG= uucpd |
