summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1999-02-09 17:23:03 +0000
committerwosch <wosch@FreeBSD.org>1999-02-09 17:23:03 +0000
commit09f406ace9bd0d1fac28ab59d737ba341eb5b115 (patch)
tree7abf0ead6715a7150e89a9e4a5d380a65fc39dc1
parent141a257f53d67efb1b0318352ce31673498af155 (diff)
downloadFreeBSD-src-09f406ace9bd0d1fac28ab59d737ba341eb5b115.zip
FreeBSD-src-09f406ace9bd0d1fac28ab59d737ba341eb5b115.tar.gz
Added myself as maintainer.
-rw-r--r--gnu/usr.bin/grep/Makefile4
-rw-r--r--gnu/usr.bin/man/apropos/Makefile3
-rw-r--r--gnu/usr.bin/man/catman/Makefile5
-rw-r--r--gnu/usr.bin/man/makewhatis/Makefile3
-rw-r--r--usr.bin/killall/Makefile3
-rw-r--r--usr.bin/locate/Makefile5
-rw-r--r--usr.bin/which/Makefile4
-rw-r--r--usr.sbin/adduser/Makefile4
-rw-r--r--usr.sbin/kbdmap/Makefile5
-rw-r--r--usr.sbin/spkrtest/Makefile4
10 files changed, 35 insertions, 5 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 3657b36..439f494 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -1,4 +1,6 @@
-# $Id: Makefile,v 1.13 1998/10/02 07:14:32 obrien Exp $
+# $Id: Makefile,v 1.14 1998/11/14 23:37:32 wosch Exp $
+
+MAINTAINER= wosch
GREP_LIBZ= YES
GREP_FTS= YES
diff --git a/gnu/usr.bin/man/apropos/Makefile b/gnu/usr.bin/man/apropos/Makefile
index d19c285..9492c9b 100644
--- a/gnu/usr.bin/man/apropos/Makefile
+++ b/gnu/usr.bin/man/apropos/Makefile
@@ -1,4 +1,5 @@
-# $Id$
+# $Id: Makefile,v 1.13 1997/02/22 15:46:57 peter Exp $
+MAINTAINER= wosch
SHPROG= apropos
diff --git a/gnu/usr.bin/man/catman/Makefile b/gnu/usr.bin/man/catman/Makefile
index 3b919e1..63cb1cd 100644
--- a/gnu/usr.bin/man/catman/Makefile
+++ b/gnu/usr.bin/man/catman/Makefile
@@ -1,3 +1,8 @@
+# $Id
+
+MAINTAINER= wosch
+
+
MAN1= catman.1
beforeinstall:
diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile
index 7849d73..4312ae5 100644
--- a/gnu/usr.bin/man/makewhatis/Makefile
+++ b/gnu/usr.bin/man/makewhatis/Makefile
@@ -1,3 +1,6 @@
+# $Id$
+MAINTAINER= wosch
+
MAN1= makewhatis.1
MAN8= makewhatis.local.8
MLINKS= makewhatis.local.8 catman.local.8
diff --git a/usr.bin/killall/Makefile b/usr.bin/killall/Makefile
index 17cfc53..b7b3196 100644
--- a/usr.bin/killall/Makefile
+++ b/usr.bin/killall/Makefile
@@ -1,3 +1,6 @@
+# $Id$
+MAINTAINER= wosch
+
MAN1= killall.1
beforeinstall:
diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile
index 45f82b9..2c82bee 100644
--- a/usr.bin/locate/Makefile
+++ b/usr.bin/locate/Makefile
@@ -1,5 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 19:55:40 peter Exp $
+
+MAINTAINER= wosch
+
SUBDIR= bigram code locate
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile
index af5532e..d049eee 100644
--- a/usr.bin/which/Makefile
+++ b/usr.bin/which/Makefile
@@ -1,4 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
+
+MAINTAINER= wosch
+
MAN1= which.1
diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile
index c7908c9..f60716f 100644
--- a/usr.sbin/adduser/Makefile
+++ b/usr.sbin/adduser/Makefile
@@ -1,4 +1,6 @@
-# $Id: Makefile,v 1.11 1997/02/22 16:01:14 peter Exp $
+# $Id: Makefile,v 1.12 1997/07/05 19:12:43 pst Exp $
+
+MAINTAINER= wosch
SCRIPTS= adduser.perl rmuser.perl
MAN8= adduser.8 rmuser.8
diff --git a/usr.sbin/kbdmap/Makefile b/usr.sbin/kbdmap/Makefile
index c3af12d..e344524 100644
--- a/usr.sbin/kbdmap/Makefile
+++ b/usr.sbin/kbdmap/Makefile
@@ -1,5 +1,8 @@
# Makefile for kbdmap / vidfont
-# $Id$
+# $Id: Makefile,v 1.7 1997/02/22 16:06:00 peter Exp $
+
+MAINTAINER= wosch
+
SCRIPT= ${.CURDIR}/kbdmap.pl
LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont
diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile
index 8816413..336a305 100644
--- a/usr.sbin/spkrtest/Makefile
+++ b/usr.sbin/spkrtest/Makefile
@@ -1,3 +1,7 @@
+# $Id$
+
+MAINTAINER= wosch
+
MAN8= spkrtest.8
beforeinstall:
OpenPOWER on IntegriCloud