summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-09-01 00:32:18 +0000
committernewton <newton@FreeBSD.org>1999-09-01 00:32:18 +0000
commit0938ef15b0bcd183dbc6b08269258bf2400819da (patch)
tree3444dc9036d738773732d903db0817c4d4fb9047
parent777a32c86509533074c7be935c4c055b2067f28b (diff)
downloadFreeBSD-src-0938ef15b0bcd183dbc6b08269258bf2400819da.zip
FreeBSD-src-0938ef15b0bcd183dbc6b08269258bf2400819da.tar.gz
Add MAINTAINER line
-rw-r--r--sys/compat/svr4/Makefile2
-rw-r--r--sys/modules/svr4/Makefile1
-rw-r--r--sys/svr4/Makefile2
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/compat/svr4/Makefile b/sys/compat/svr4/Makefile
index 670fccb..c8fcdb5 100644
--- a/sys/compat/svr4/Makefile
+++ b/sys/compat/svr4/Makefile
@@ -2,6 +2,8 @@
#
# $FreeBSD$
+MAINTAINER= newton@freebsd.org
+
all:
@echo "make svr4_sysent.c only"
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index 8d9b050..ffb6ce6 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -11,6 +11,7 @@ OBJS= svr4_locore.o
NOMAN=1
MAN8= svr4.8
CFLAGS+= -DKERNEL
+MAINTAINER= newton@freebsd.org
CFLAGS+= -DCOMPAT_SVR4
.if defined(DEBUG)
diff --git a/sys/svr4/Makefile b/sys/svr4/Makefile
index 670fccb..c8fcdb5 100644
--- a/sys/svr4/Makefile
+++ b/sys/svr4/Makefile
@@ -2,6 +2,8 @@
#
# $FreeBSD$
+MAINTAINER= newton@freebsd.org
+
all:
@echo "make svr4_sysent.c only"
OpenPOWER on IntegriCloud