From 28c7b939dabf36d51511c22061a35671957ca4ee Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 31 Jan 2004 06:56:46 +0000 Subject: [PATCH] MAINTAINER lines in Makefile's are no longer applicable, remove them. --- bin/dd/Makefile | 4 +--- bin/rmail/Makefile | 4 +--- games/fortune/datfiles/Makefile | 7 +------ gnu/usr.bin/binutils/Makefile | 6 +----- gnu/usr.bin/cvs/Makefile | 4 +--- gnu/usr.bin/cvs/contrib/Makefile | 4 +--- gnu/usr.bin/cvs/cvs/Makefile | 4 +--- gnu/usr.bin/cvs/cvsbug/Makefile | 4 +--- gnu/usr.bin/cvs/doc/Makefile | 4 +--- gnu/usr.bin/cvs/lib/Makefile | 4 +--- gnu/usr.bin/cvs/libdiff/Makefile | 4 +--- gnu/usr.bin/man/apropos/Makefile | 3 +-- gnu/usr.bin/man/catman/Makefile | 4 +--- gnu/usr.bin/man/makewhatis/Makefile | 3 +-- gnu/usr.bin/perl/Makefile | 4 +--- lib/libbz2/Makefile | 4 +--- lib/libcam/Makefile | 4 +--- lib/libdevstat/Makefile | 4 +--- lib/libfetch/Makefile | 3 +-- lib/libmilter/Makefile | 4 +--- lib/libsm/Makefile | 4 +--- lib/libsmdb/Makefile | 4 +--- lib/libsmutil/Makefile | 4 +--- lib/libusbhid/Makefile | 4 +--- lib/libwrap/Makefile | 4 +--- lib/libz/Makefile | 4 +--- libexec/lukemftpd/Makefile | 4 +--- libexec/mail.local/Makefile | 4 +--- libexec/smrsh/Makefile | 4 +--- libexec/tcpd/Makefile | 4 +--- sbin/camcontrol/Makefile | 4 +--- sbin/dhclient/Makefile.inc | 4 +--- sbin/ffsinfo/Makefile | 4 +--- sbin/growfs/Makefile | 4 +--- sbin/ipf/Makefile | 4 +--- sbin/ipfs/Makefile | 4 +--- sbin/ipfstat/Makefile | 4 +--- sbin/ipmon/Makefile | 4 +--- sbin/ipnat/Makefile | 4 +--- sbin/natd/Makefile | 4 +--- sbin/vinum/Makefile | 3 +-- secure/Makefile | 4 +--- share/doc/smm/08.sendmailop/Makefile | 4 +--- share/sendmail/Makefile | 4 +--- sys/boot/i386/cdboot/Makefile | 4 +--- sys/boot/i386/pxeldr/Makefile | 4 +--- sys/boot/pc32/cdboot/Makefile | 4 +--- sys/boot/pc32/pxeldr/Makefile | 4 +--- sys/dev/misc/streams/Makefile | 3 +-- sys/dev/raid/vinum/Makefile | 4 +--- sys/dev/sound/usb/Makefile | 3 +-- sys/dev/usbmisc/ugen/Makefile | 4 +--- sys/dev/usbmisc/uhid/Makefile | 4 +--- sys/dev/usbmisc/ukbd/Makefile | 4 +--- sys/dev/usbmisc/ulpt/Makefile | 4 +--- sys/dev/usbmisc/umass/Makefile | 4 +--- sys/dev/usbmisc/umodem/Makefile | 4 +--- sys/dev/usbmisc/ums/Makefile | 4 +--- sys/dev/usbmisc/uscanner/Makefile | 4 +--- sys/dev/video/bktr/bktr_mem/Makefile | 4 +--- sys/emulation/linux/Makefile | 4 +--- usr.bin/brandelf/Makefile | 4 +--- usr.bin/bzip2/Makefile | 4 +--- usr.bin/bzip2recover/Makefile | 4 +--- usr.bin/chat/Makefile | 5 +---- usr.bin/fetch/Makefile | 3 +-- usr.bin/locate/Makefile | 5 +---- usr.bin/sockstat/Makefile | 3 +-- usr.bin/unifdef/Makefile | 4 +--- usr.bin/vacation/Makefile | 4 +--- usr.bin/which/Makefile | 4 +--- usr.bin/whois/Makefile | 4 +--- usr.sbin/adduser/Makefile | 4 +--- usr.sbin/editmap/Makefile | 4 +--- usr.sbin/inetd/Makefile | 4 +--- usr.sbin/iostat/Makefile | 4 +--- usr.sbin/ipftest/Makefile | 4 +--- usr.sbin/ipresend/Makefile | 4 +--- usr.sbin/ipsend/Makefile | 4 +--- usr.sbin/iptest/Makefile | 4 +--- usr.sbin/kbdmap/Makefile | 4 +--- usr.sbin/lpr/Makefile | 5 +---- usr.sbin/mailstats/Makefile | 4 +--- usr.sbin/makemap/Makefile | 4 +--- usr.sbin/mergemaster/Makefile | 4 +--- usr.sbin/ntp/Makefile | 4 +--- usr.sbin/ntp/Makefile.inc | 4 +--- usr.sbin/ntp/doc/Makefile | 4 +--- usr.sbin/pppd/Makefile | 5 +---- usr.sbin/pppstats/Makefile | 5 +---- usr.sbin/praliases/Makefile | 4 +--- usr.sbin/sendmail/Makefile | 4 +--- usr.sbin/spkrtest/Makefile | 4 +--- usr.sbin/tcpdchk/Makefile | 4 +--- usr.sbin/tcpdmatch/Makefile | 4 +--- 95 files changed, 95 insertions(+), 287 deletions(-) diff --git a/bin/dd/Makefile b/bin/dd/Makefile index e8ffe18a67..6a305cbe17 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,10 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD: src/bin/dd/Makefile,v 1.8 1999/12/07 03:32:37 green Exp $ -# $DragonFly: src/bin/dd/Makefile,v 1.2 2003/06/17 04:22:49 dillon Exp $ +# $DragonFly: src/bin/dd/Makefile,v 1.3 2004/01/31 06:56:36 dillon Exp $ PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c -MAINTAINER= green@FreeBSD.org - .include diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 3e960b97d9..00267bd5c2 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD: src/bin/rmail/Makefile,v 1.8.2.6 2002/03/25 21:31:30 gshapiro Exp $ -# $DragonFly: src/bin/rmail/Makefile,v 1.2 2003/06/17 04:22:50 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/bin/rmail/Makefile,v 1.3 2004/01/31 06:56:36 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/rmail diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index a0a92ef269..0f62743044 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -1,16 +1,11 @@ # @(#)Makefile 8.2 (Berkeley) 4/19/94 # $FreeBSD: src/games/fortune/datfiles/Makefile,v 1.24.2.3 2002/02/18 15:03:32 ru Exp $ -# $DragonFly: src/games/fortune/datfiles/Makefile,v 1.2 2003/06/17 04:25:23 dillon Exp $ +# $DragonFly: src/games/fortune/datfiles/Makefile,v 1.3 2004/01/31 06:56:36 dillon Exp $ FILES= fortunes fortunes2 freebsd-tips murphy startrek zippy BLDS= fortunes.dat fortunes2.dat murphy.dat startrek.dat zippy.dat \ fortunes-o fortunes-o.dat freebsd-tips.dat -# Pass all new entries by ${MAINTAINER} to preserve some semblance of -# humor in the fortune files. What's funny to you on 6 beers may not -# be funny to anyone else. -MAINTAINER= jkh - # TO AVOID INSTALLING THE POTENTIALLY OFFENSIVE FORTUNES, COMMENT OUT THE # THREE LINES AND UNCOMMENT THE FOURTH LINE. diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index ebd0d1120e..92a1854e25 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -1,9 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/binutils/Makefile,v 1.11.2.5 2002/09/01 23:39:12 obrien Exp $ -# $DragonFly: src/gnu/usr.bin/binutils/Attic/Makefile,v 1.2 2003/06/17 04:25:44 dillon Exp $ - -# In my absence, bde and jdp have pre-approval for any commit they feel -# necessary. -MAINTAINER= obrien@FreeBSD.org +# $DragonFly: src/gnu/usr.bin/binutils/Attic/Makefile,v 1.3 2004/01/31 06:56:36 dillon Exp $ SUBDIR= libiberty libbfd libopcodes libbinutils \ addr2line ar as gasp ld nm objcopy objdump ranlib readelf \ diff --git a/gnu/usr.bin/cvs/Makefile b/gnu/usr.bin/cvs/Makefile index 0feade54cc..6707bd6349 100644 --- a/gnu/usr.bin/cvs/Makefile +++ b/gnu/usr.bin/cvs/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cvs/Makefile,v 1.13.2.3 2002/12/19 21:18:01 peter Exp $ -# $DragonFly: src/gnu/usr.bin/cvs/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $ - -MAINTAINER= peter@FreeBSD.org +# $DragonFly: src/gnu/usr.bin/cvs/Makefile,v 1.3 2004/01/31 06:56:37 dillon Exp $ SUBDIR = lib libdiff cvs contrib cvsbug doc diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile index bb1eef8f52..d3464a2130 100644 --- a/gnu/usr.bin/cvs/contrib/Makefile +++ b/gnu/usr.bin/cvs/contrib/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cvs/contrib/Makefile,v 1.14.2.5 2002/12/19 21:18:01 peter Exp $ -# $DragonFly: src/gnu/usr.bin/cvs/contrib/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $ - -MAINTAINER= peter@FreeBSD.org +# $DragonFly: src/gnu/usr.bin/cvs/contrib/Makefile,v 1.3 2004/01/31 06:56:37 dillon Exp $ .include "../Makefile.inc" diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index bec2ba069d..53608cef9c 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cvs/cvs/Makefile,v 1.32.2.6 2003/01/21 23:06:51 peter Exp $ -# $DragonFly: src/gnu/usr.bin/cvs/cvs/Makefile,v 1.4 2004/01/20 05:58:30 asmodai Exp $ - -MAINTAINER= peter@FreeBSD.org +# $DragonFly: src/gnu/usr.bin/cvs/cvs/Makefile,v 1.5 2004/01/31 06:56:37 dillon Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile index 5b9798ee2f..be553a018d 100644 --- a/gnu/usr.bin/cvs/cvsbug/Makefile +++ b/gnu/usr.bin/cvs/cvsbug/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cvs/cvsbug/Makefile,v 1.11.2.7 2003/01/21 23:06:51 peter Exp $ -# $DragonFly: src/gnu/usr.bin/cvs/cvsbug/Attic/Makefile,v 1.3 2004/01/16 14:13:50 asmodai Exp $ - -MAINTAINER= peter@FreeBSD.org +# $DragonFly: src/gnu/usr.bin/cvs/cvsbug/Attic/Makefile,v 1.4 2004/01/31 06:56:37 dillon Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/doc/Makefile b/gnu/usr.bin/cvs/doc/Makefile index 1857563b40..e4d1c29e9a 100644 --- a/gnu/usr.bin/cvs/doc/Makefile +++ b/gnu/usr.bin/cvs/doc/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cvs/doc/Makefile,v 1.12.2.3 2002/12/19 21:18:01 peter Exp $ -# $DragonFly: src/gnu/usr.bin/cvs/doc/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $ - -MAINTAINER= peter@FreeBSD.org +# $DragonFly: src/gnu/usr.bin/cvs/doc/Makefile,v 1.3 2004/01/31 06:56:37 dillon Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index a9a86ab1de..94b3a0c4fd 100644 --- a/gnu/usr.bin/cvs/lib/Makefile +++ b/gnu/usr.bin/cvs/lib/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cvs/lib/Makefile,v 1.19.2.4 2003/01/21 23:06:52 peter Exp $ -# $DragonFly: src/gnu/usr.bin/cvs/lib/Makefile,v 1.5 2004/01/20 05:58:57 asmodai Exp $ - -MAINTAINER= peter@FreeBSD.org +# $DragonFly: src/gnu/usr.bin/cvs/lib/Makefile,v 1.6 2004/01/31 06:56:37 dillon Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/libdiff/Makefile b/gnu/usr.bin/cvs/libdiff/Makefile index 222de8ebe6..2fd481db9f 100644 --- a/gnu/usr.bin/cvs/libdiff/Makefile +++ b/gnu/usr.bin/cvs/libdiff/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cvs/libdiff/Makefile,v 1.4.2.4 2003/01/21 23:06:52 peter Exp $ -# $DragonFly: src/gnu/usr.bin/cvs/libdiff/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $ - -MAINTAINER= peter@FreeBSD.org +# $DragonFly: src/gnu/usr.bin/cvs/libdiff/Makefile,v 1.3 2004/01/31 06:56:37 dillon Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/man/apropos/Makefile b/gnu/usr.bin/man/apropos/Makefile index f24405de38..55d0962a40 100644 --- a/gnu/usr.bin/man/apropos/Makefile +++ b/gnu/usr.bin/man/apropos/Makefile @@ -1,6 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/man/apropos/Makefile,v 1.15.2.1 2001/04/25 14:04:13 ru Exp $ -# $DragonFly: src/gnu/usr.bin/man/apropos/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $ -MAINTAINER= wosch +# $DragonFly: src/gnu/usr.bin/man/apropos/Makefile,v 1.3 2004/01/31 06:56:37 dillon Exp $ SCRIPTS=apropos MAN= apropos.1 diff --git a/gnu/usr.bin/man/catman/Makefile b/gnu/usr.bin/man/catman/Makefile index a0002faba6..a350195e32 100644 --- a/gnu/usr.bin/man/catman/Makefile +++ b/gnu/usr.bin/man/catman/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/man/catman/Makefile,v 1.11.2.2 2001/04/25 14:04:13 ru Exp $ -# $DragonFly: src/gnu/usr.bin/man/catman/Attic/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $ - -MAINTAINER= wosch +# $DragonFly: src/gnu/usr.bin/man/catman/Attic/Makefile,v 1.3 2004/01/31 06:56:38 dillon Exp $ SCRIPTS= catman.perl MAN= catman.1 diff --git a/gnu/usr.bin/man/makewhatis/Makefile b/gnu/usr.bin/man/makewhatis/Makefile index a73abf75a6..18ca4e3b40 100644 --- a/gnu/usr.bin/man/makewhatis/Makefile +++ b/gnu/usr.bin/man/makewhatis/Makefile @@ -1,6 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/man/makewhatis/Makefile,v 1.16.2.2 2001/04/25 14:04:13 ru Exp $ -# $DragonFly: src/gnu/usr.bin/man/makewhatis/Attic/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $ -MAINTAINER= wosch +# $DragonFly: src/gnu/usr.bin/man/makewhatis/Attic/Makefile,v 1.3 2004/01/31 06:56:38 dillon Exp $ SCRIPTS=makewhatis.perl makewhatis.local.sh MAN= makewhatis.1 makewhatis.local.8 diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile index 71565460a8..fe7f18dd3b 100644 --- a/gnu/usr.bin/perl/Makefile +++ b/gnu/usr.bin/perl/Makefile @@ -1,8 +1,6 @@ # $FreeBSD: src/gnu/usr.bin/perl/Makefile,v 1.9.2.2 2002/02/19 16:21:34 ru Exp $ -# $DragonFly: src/gnu/usr.bin/perl/Attic/Makefile,v 1.2 2003/06/17 04:25:47 dillon Exp $ +# $DragonFly: src/gnu/usr.bin/perl/Attic/Makefile,v 1.3 2004/01/31 06:56:38 dillon Exp $ SUBDIR= libperl miniperl perl suidperl library pod utils x2p -MAINTAINER=markm@freebsd.org - .include diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile index a5cd41a9d3..530f7fe03f 100644 --- a/lib/libbz2/Makefile +++ b/lib/libbz2/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/lib/libbz2/Makefile,v 1.2.2.2 2002/07/22 14:21:49 ru Exp $ -# $DragonFly: src/lib/libbz2/Makefile,v 1.2 2003/06/17 04:26:41 dillon Exp $ - -MAINTAINER= obrien@FreeBSD.org +# $DragonFly: src/lib/libbz2/Makefile,v 1.3 2004/01/31 06:56:38 dillon Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile index 126d036260..2b538ea207 100644 --- a/lib/libcam/Makefile +++ b/lib/libcam/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/lib/libcam/Makefile,v 1.6.2.2 2001/04/25 10:04:22 ru Exp $ -# $DragonFly: src/lib/libcam/Makefile,v 1.3 2003/08/08 04:18:33 dillon Exp $ - -MAINTAINER=ken@FreeBSD.ORG +# $DragonFly: src/lib/libcam/Makefile,v 1.4 2004/01/31 06:56:38 dillon Exp $ LIB= cam SRCS= camlib.c scsi_cmdparse.c scsi_all.c scsi_da.c scsi_sa.c cam.c diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index ae1791f2d4..f2990e1625 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/lib/libdevstat/Makefile,v 1.4.2.1 2001/04/25 10:04:27 ru Exp $ -# $DragonFly: src/lib/libdevstat/Makefile,v 1.2 2003/06/17 04:26:49 dillon Exp $ - -MAINTAINER=ken@FreeBSD.ORG +# $DragonFly: src/lib/libdevstat/Makefile,v 1.3 2004/01/31 06:56:39 dillon Exp $ LIB= devstat SRCS= devstat.c diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index a7cded5eef..9b33bef8c7 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -1,7 +1,6 @@ # $FreeBSD: src/lib/libfetch/Makefile,v 1.14.2.5 2003/01/09 11:50:32 des Exp $ -# $DragonFly: src/lib/libfetch/Makefile,v 1.3 2003/08/03 16:45:15 dillon Exp $ +# $DragonFly: src/lib/libfetch/Makefile,v 1.4 2004/01/31 06:56:39 dillon Exp $ -MAINTAINER= des@freebsd.org LIB= fetch WARNS?= 2 CFLAGS+= -I. diff --git a/lib/libmilter/Makefile b/lib/libmilter/Makefile index e60c2173a6..2fa3ca9498 100644 --- a/lib/libmilter/Makefile +++ b/lib/libmilter/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/lib/libmilter/Makefile,v 1.1.2.2 2002/07/22 14:21:49 ru Exp $ -# $DragonFly: src/lib/libmilter/Makefile,v 1.2 2003/06/17 04:26:50 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/lib/libmilter/Makefile,v 1.3 2004/01/31 06:56:39 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libmilter ${SENDMAIL_DIR}/libsm diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index 3c4e2d1aae..b2c0419bca 100644 --- a/lib/libsm/Makefile +++ b/lib/libsm/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/lib/libsm/Makefile,v 1.1.2.2 2002/07/19 18:46:26 ru Exp $ -# $DragonFly: src/lib/libsm/Makefile,v 1.2 2003/06/17 04:26:51 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/lib/libsm/Makefile,v 1.3 2004/01/31 06:56:39 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libsm diff --git a/lib/libsmdb/Makefile b/lib/libsmdb/Makefile index 01504356cd..2f85c14208 100644 --- a/lib/libsmdb/Makefile +++ b/lib/libsmdb/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/lib/libsmdb/Makefile,v 1.1.2.5 2002/07/19 18:46:26 ru Exp $ -# $DragonFly: src/lib/libsmdb/Makefile,v 1.2 2003/06/17 04:26:51 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/lib/libsmdb/Makefile,v 1.3 2004/01/31 06:56:39 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libsmdb diff --git a/lib/libsmutil/Makefile b/lib/libsmutil/Makefile index df828d9d23..4a2c261511 100644 --- a/lib/libsmutil/Makefile +++ b/lib/libsmutil/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/lib/libsmutil/Makefile,v 1.1.2.5 2002/07/19 18:46:26 ru Exp $ -# $DragonFly: src/lib/libsmutil/Makefile,v 1.2 2003/06/17 04:26:51 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/lib/libsmutil/Makefile,v 1.3 2004/01/31 06:56:39 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libsmutil diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index 3411a8e560..cbe26ddc4f 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,8 +1,6 @@ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ # $FreeBSD: src/lib/libusbhid/Makefile,v 1.6 2002/03/28 18:44:24 joe Exp $ -# $DragonFly: src/lib/libusbhid/Makefile,v 1.2 2003/06/17 04:26:51 dillon Exp $ - -MAINTAINER= n_hibma@FreeBSD.ORG +# $DragonFly: src/lib/libusbhid/Makefile,v 1.3 2004/01/31 06:56:39 dillon Exp $ LIB= usbhid MAN= usbhid.3 diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index 8ce8837096..719baa7663 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -1,10 +1,8 @@ # # $FreeBSD: src/lib/libwrap/Makefile,v 1.5.2.3 2002/07/22 14:21:50 ru Exp $ -# $DragonFly: src/lib/libwrap/Makefile,v 1.2 2003/06/17 04:26:52 dillon Exp $ +# $DragonFly: src/lib/libwrap/Makefile,v 1.3 2004/01/31 06:56:39 dillon Exp $ # -MAINTAINER=markm@FreeBSD.org - LIB= wrap SHLIB_MAJOR= 3 SHLIB_MINOR= 0 diff --git a/lib/libz/Makefile b/lib/libz/Makefile index e8f3ecc58f..c2469c43b4 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,10 +1,8 @@ # # $FreeBSD: src/lib/libz/Makefile,v 1.11.2.4 2003/02/01 13:33:12 sobomax Exp $ -# $DragonFly: src/lib/libz/Makefile,v 1.2 2003/06/17 04:26:52 dillon Exp $ +# $DragonFly: src/lib/libz/Makefile,v 1.3 2004/01/31 06:56:39 dillon Exp $ # -MAINTAINER=peter@FreeBSD.org - LIB= z MAN= zlib.3 diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index 88729011c8..ebed55af94 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 # $FreeBSD: src/libexec/lukemftpd/Makefile,v 1.5.2.2 2002/08/30 06:50:58 obrien Exp $ -# $DragonFly: src/libexec/lukemftpd/Attic/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $ - -MAINTAINER= obrien +# $DragonFly: src/libexec/lukemftpd/Attic/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $ LUKEMFTPD= ${.CURDIR}/../../contrib/lukemftpd .PATH: ${LUKEMFTPD}/src diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index c6fd626b29..aac1559c31 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD: src/libexec/mail.local/Makefile,v 1.10.2.7 2002/03/25 21:31:38 gshapiro Exp $ -# $DragonFly: src/libexec/mail.local/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/libexec/mail.local/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/mail.local diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile index 377d004b0c..c05d166469 100644 --- a/libexec/smrsh/Makefile +++ b/libexec/smrsh/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 7/2/95 # $FreeBSD: src/libexec/smrsh/Makefile,v 1.1.6.6 2002/03/25 21:31:40 gshapiro Exp $ -# $DragonFly: src/libexec/smrsh/Makefile,v 1.2 2003/06/17 04:27:08 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/libexec/smrsh/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/smrsh diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile index 433f55fcc2..a7fcb1dbda 100644 --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/libexec/tcpd/Makefile,v 1.1.2.1 2002/08/31 18:43:41 dwmalone Exp $ -# $DragonFly: src/libexec/tcpd/Makefile,v 1.2 2003/06/17 04:27:08 dillon Exp $ - -MAINTAINER= markm@FreeBSD.org +# $DragonFly: src/libexec/tcpd/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $ PROG= tcpd MAN= tcpd.8 diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 9d644e5c8c..fbbbe586b4 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sbin/camcontrol/Makefile,v 1.3.2.5 2002/04/19 13:46:38 ru Exp $ -# $DragonFly: src/sbin/camcontrol/Makefile,v 1.2 2003/06/17 04:27:32 dillon Exp $ - -MAINTAINER= ken@FreeBSD.org +# $DragonFly: src/sbin/camcontrol/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $ PROG= camcontrol SRCS= camcontrol.c util.c diff --git a/sbin/dhclient/Makefile.inc b/sbin/dhclient/Makefile.inc index 519c78e869..15b021e803 100644 --- a/sbin/dhclient/Makefile.inc +++ b/sbin/dhclient/Makefile.inc @@ -1,7 +1,5 @@ # $FreeBSD: src/sbin/dhclient/Makefile.inc,v 1.2.2.1 2002/04/11 10:21:20 murray Exp $ -# $DragonFly: src/sbin/dhclient/Attic/Makefile.inc,v 1.2 2003/06/17 04:27:32 dillon Exp $ - -MAINTAINER= murray +# $DragonFly: src/sbin/dhclient/Attic/Makefile.inc,v 1.3 2004/01/31 06:56:40 dillon Exp $ WARNS= 0 CFLAGS+= -I${DIST_DIR}/includes diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index 2ca4b2321d..3e7fb611e1 100644 --- a/sbin/ffsinfo/Makefile +++ b/sbin/ffsinfo/Makefile @@ -2,11 +2,9 @@ # # $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $ # $FreeBSD: src/sbin/ffsinfo/Makefile,v 1.3.2.1 2001/07/16 15:01:56 tomsoft Exp $ -# $DragonFly: src/sbin/ffsinfo/Makefile,v 1.2 2003/06/17 04:27:32 dillon Exp $ +# $DragonFly: src/sbin/ffsinfo/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $ # -MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG - #CFLAGS+=${BDECFLAGS} PROG= ffsinfo diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 6cf46c19b1..0710fccb7f 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -2,11 +2,9 @@ # # $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $ # $FreeBSD: src/sbin/growfs/Makefile,v 1.3.2.1 2001/07/16 15:02:13 tomsoft Exp $ -# $DragonFly: src/sbin/growfs/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $ +# $DragonFly: src/sbin/growfs/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $ # -MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG - #GFSDBG=YES #CFLAGS+=${BDECFLAGS} diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index de228ada0a..acd02e022e 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/sbin/ipf/Makefile,v 1.4.2.6 2002/04/27 18:11:34 darrenr Exp $ -# $DragonFly: src/sbin/ipf/Makefile,v 1.3 2003/08/08 04:18:38 dillon Exp $ +# $DragonFly: src/sbin/ipf/Makefile,v 1.4 2004/01/31 06:56:40 dillon Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man @@ -10,6 +10,4 @@ CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter -MAINTAINER= guido@freebsd.org - .include diff --git a/sbin/ipfs/Makefile b/sbin/ipfs/Makefile index 5407ba3508..5f5ba605ed 100644 --- a/sbin/ipfs/Makefile +++ b/sbin/ipfs/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/sbin/ipfs/Makefile,v 1.1.2.1 2001/11/14 14:21:03 guido Exp $ -# $DragonFly: src/sbin/ipfs/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $ +# $DragonFly: src/sbin/ipfs/Makefile,v 1.3 2004/01/31 06:56:40 dillon Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man @@ -10,6 +10,4 @@ CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter -MAINTAINER= darrenr@freebsd.org - .include diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index d37eb7c373..f3f268a88a 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/sbin/ipfstat/Makefile,v 1.4.2.7 2002/04/27 18:13:13 darrenr Exp $ -# $DragonFly: src/sbin/ipfstat/Makefile,v 1.3 2003/08/08 04:18:39 dillon Exp $ +# $DragonFly: src/sbin/ipfstat/Makefile,v 1.4 2004/01/31 06:56:41 dillon Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man @@ -14,6 +14,4 @@ CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter DPADD+= ${LIBNCURSES} ${LIBKVM} LDADD+= -lncurses -lkvm -MAINTAINER= guido@freebsd.org - .include diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index 93d5f3ca57..5b5e89b5ab 100644 --- a/sbin/ipmon/Makefile +++ b/sbin/ipmon/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/sbin/ipmon/Makefile,v 1.6.2.3 2002/04/27 18:13:36 darrenr Exp $ -# $DragonFly: src/sbin/ipmon/Makefile,v 1.3 2003/08/08 04:18:39 dillon Exp $ +# $DragonFly: src/sbin/ipmon/Makefile,v 1.4 2004/01/31 06:56:41 dillon Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man @@ -12,6 +12,4 @@ CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter CFLAGS+=-I${.CURDIR}/../../sys CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter -MAINTAINER= guido@freebsd.org - .include diff --git a/sbin/ipnat/Makefile b/sbin/ipnat/Makefile index 8bb02d68a6..bf5a813065 100644 --- a/sbin/ipnat/Makefile +++ b/sbin/ipnat/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/sbin/ipnat/Makefile,v 1.4.2.6 2002/04/27 18:12:33 darrenr Exp $ -# $DragonFly: src/sbin/ipnat/Makefile,v 1.3 2003/08/08 04:18:39 dillon Exp $ +# $DragonFly: src/sbin/ipnat/Makefile,v 1.4 2004/01/31 06:56:41 dillon Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man @@ -14,6 +14,4 @@ CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter DPADD+= ${LIBKVM} LDADD+= -lkvm -MAINTAINER= guido@freebsd.org - .include diff --git a/sbin/natd/Makefile b/sbin/natd/Makefile index 7e932addba..fa1247e002 100644 --- a/sbin/natd/Makefile +++ b/sbin/natd/Makefile @@ -1,8 +1,6 @@ # $FreeBSD: src/sbin/natd/Makefile,v 1.4.2.1 2001/04/25 10:58:41 ru Exp $ -# $DragonFly: src/sbin/natd/Makefile,v 1.2 2003/06/17 04:27:34 dillon Exp $ +# $DragonFly: src/sbin/natd/Makefile,v 1.3 2004/01/31 06:56:41 dillon Exp $ -MAINTAINER = ru@FreeBSD.org -MAINTAINER += ari@suutari.iki.fi PROG = natd SRCS = natd.c icmp.c CFLAGS += -Wall diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index 5c79f2ea1d..f2cf4856f7 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -1,7 +1,6 @@ # $FreeBSD: src/sbin/vinum/Makefile,v 1.12.2.2 2001/08/01 09:13:24 obrien Exp $ -# $DragonFly: src/sbin/vinum/Makefile,v 1.3 2003/08/08 04:18:41 dillon Exp $ +# $DragonFly: src/sbin/vinum/Makefile,v 1.4 2004/01/31 06:56:41 dillon Exp $ -MAINTAINER = grog@FreeBSD.org PROG= vinum SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c MAN= vinum.8 diff --git a/secure/Makefile b/secure/Makefile index f6a6da16ea..4e2e48bd08 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -1,12 +1,10 @@ # $FreeBSD: src/secure/Makefile,v 1.16.2.1 2002/07/25 09:33:13 ru Exp $ -# $DragonFly: src/secure/Makefile,v 1.2 2003/06/17 04:27:42 dillon Exp $ +# $DragonFly: src/secure/Makefile,v 1.3 2004/01/31 06:56:41 dillon Exp $ # lib must be first, or it will not work. This is because we reference # the lib's in the directory where they are built from the binaries we # want to build. -MAINTAINER= markm - SUBDIR= lib libexec usr.bin usr.sbin SDIR= ${.CURDIR}/.. diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile index 50bbaabd85..54cb1e19b5 100644 --- a/share/doc/smm/08.sendmailop/Makefile +++ b/share/doc/smm/08.sendmailop/Makefile @@ -1,8 +1,6 @@ # From: @(#)Makefile 8.2 (Berkeley) 2/28/94 # $FreeBSD: src/share/doc/smm/08.sendmailop/Makefile,v 1.5.2.1 2000/10/26 23:05:13 gshapiro Exp $ -# $DragonFly: src/share/doc/smm/08.sendmailop/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/share/doc/smm/08.sendmailop/Makefile,v 1.3 2004/01/31 06:56:41 dillon Exp $ VOLUME= smm/08.sendmailop SRCS= op.me diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index 56b20a388e..7ddc889d5c 100644 --- a/share/sendmail/Makefile +++ b/share/sendmail/Makefile @@ -1,10 +1,8 @@ # $FreeBSD: src/share/sendmail/Makefile,v 1.1.2.7 2003/05/10 17:24:25 gshapiro Exp $ -# $DragonFly: src/share/sendmail/Makefile,v 1.2 2003/06/17 04:37:02 dillon Exp $ +# $DragonFly: src/share/sendmail/Makefile,v 1.3 2004/01/31 06:56:41 dillon Exp $ # # Doing a make install builds /usr/share/sendmail/ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail CFDIR= cf CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type d -print) diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile index 65231062ec..c49828ce4c 100644 --- a/sys/boot/i386/cdboot/Makefile +++ b/sys/boot/i386/cdboot/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/boot/i386/cdboot/Makefile,v 1.5 2002/09/17 01:48:55 peter Exp $ -# $DragonFly: src/sys/boot/i386/cdboot/Attic/Makefile,v 1.3 2003/11/10 06:08:35 dillon Exp $ - -MAINTAINER=jhb@FreeBSD.org +# $DragonFly: src/sys/boot/i386/cdboot/Attic/Makefile,v 1.4 2004/01/31 06:56:42 dillon Exp $ ORG= 0x7c00 diff --git a/sys/boot/i386/pxeldr/Makefile b/sys/boot/i386/pxeldr/Makefile index 3c0c946175..62775d2218 100644 --- a/sys/boot/i386/pxeldr/Makefile +++ b/sys/boot/i386/pxeldr/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/boot/i386/pxeldr/Makefile,v 1.9 2003/09/03 08:12:20 phk Exp $ -# $DragonFly: src/sys/boot/i386/pxeldr/Attic/Makefile,v 1.3 2003/11/10 06:08:37 dillon Exp $ - -MAINTAINER=jhb@FreeBSD.org +# $DragonFly: src/sys/boot/i386/pxeldr/Attic/Makefile,v 1.4 2004/01/31 06:56:42 dillon Exp $ ORG= 0x7c00 diff --git a/sys/boot/pc32/cdboot/Makefile b/sys/boot/pc32/cdboot/Makefile index 80ac8718a3..c19a4a8949 100644 --- a/sys/boot/pc32/cdboot/Makefile +++ b/sys/boot/pc32/cdboot/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/boot/i386/cdboot/Makefile,v 1.5 2002/09/17 01:48:55 peter Exp $ -# $DragonFly: src/sys/boot/pc32/cdboot/Makefile,v 1.3 2003/11/10 06:08:35 dillon Exp $ - -MAINTAINER=jhb@FreeBSD.org +# $DragonFly: src/sys/boot/pc32/cdboot/Makefile,v 1.4 2004/01/31 06:56:42 dillon Exp $ ORG= 0x7c00 diff --git a/sys/boot/pc32/pxeldr/Makefile b/sys/boot/pc32/pxeldr/Makefile index a774e71e9a..55ac30310a 100644 --- a/sys/boot/pc32/pxeldr/Makefile +++ b/sys/boot/pc32/pxeldr/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/boot/i386/pxeldr/Makefile,v 1.9 2003/09/03 08:12:20 phk Exp $ -# $DragonFly: src/sys/boot/pc32/pxeldr/Makefile,v 1.3 2003/11/10 06:08:37 dillon Exp $ - -MAINTAINER=jhb@FreeBSD.org +# $DragonFly: src/sys/boot/pc32/pxeldr/Makefile,v 1.4 2004/01/31 06:56:42 dillon Exp $ ORG= 0x7c00 diff --git a/sys/dev/misc/streams/Makefile b/sys/dev/misc/streams/Makefile index f48796502f..be3848e760 100644 --- a/sys/dev/misc/streams/Makefile +++ b/sys/dev/misc/streams/Makefile @@ -1,7 +1,6 @@ # $FreeBSD: src/sys/modules/streams/Makefile,v 1.4.2.1 2001/07/24 09:49:43 dd Exp $ -# $DragonFly: src/sys/dev/misc/streams/Attic/Makefile,v 1.3 2003/08/15 08:32:29 dillon Exp $ +# $DragonFly: src/sys/dev/misc/streams/Attic/Makefile,v 1.4 2004/01/31 06:56:42 dillon Exp $ -MAINTAINER = newton@atdot.dotat.org .if defined(DEBUG) CFLAGS+= -DDEBUG_SVR4 .endif diff --git a/sys/dev/raid/vinum/Makefile b/sys/dev/raid/vinum/Makefile index 7e06fb2717..9236853d46 100644 --- a/sys/dev/raid/vinum/Makefile +++ b/sys/dev/raid/vinum/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/vinum/Makefile,v 1.17 2000/01/04 23:46:41 grog Exp $ -# $DragonFly: src/sys/dev/raid/vinum/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER= grog@FreeBSD.org +# $DragonFly: src/sys/dev/raid/vinum/Makefile,v 1.3 2004/01/31 06:56:42 dillon Exp $ .PATH: ${.CURDIR}/../../dev/vinum KMOD= vinum diff --git a/sys/dev/sound/usb/Makefile b/sys/dev/sound/usb/Makefile index 727a5674f2..0e0d4e6612 100644 --- a/sys/dev/sound/usb/Makefile +++ b/sys/dev/sound/usb/Makefile @@ -1,7 +1,6 @@ # $FreeBSD: src/sys/modules/usb/Makefile,v 1.7 2000/01/28 11:26:40 bde Exp $ -# $DragonFly: src/sys/dev/sound/usb/Attic/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ +# $DragonFly: src/sys/dev/sound/usb/Attic/Makefile,v 1.3 2004/01/31 06:56:42 dillon Exp $ -MAINTAINER = n_hibma@freebsd.org S = ${.CURDIR}/../.. .PATH: $S/dev/usb $S/pci diff --git a/sys/dev/usbmisc/ugen/Makefile b/sys/dev/usbmisc/ugen/Makefile index 0067a8210f..579f284f4a 100644 --- a/sys/dev/usbmisc/ugen/Makefile +++ b/sys/dev/usbmisc/ugen/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/ugen/Makefile,v 1.7 1999/11/28 18:53:28 bde Exp $ -# $DragonFly: src/sys/dev/usbmisc/ugen/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER = n_hibma@freebsd.org +# $DragonFly: src/sys/dev/usbmisc/ugen/Makefile,v 1.3 2004/01/31 06:56:27 dillon Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD = ugen diff --git a/sys/dev/usbmisc/uhid/Makefile b/sys/dev/usbmisc/uhid/Makefile index 2fde838ee8..ac97719b98 100644 --- a/sys/dev/usbmisc/uhid/Makefile +++ b/sys/dev/usbmisc/uhid/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/uhid/Makefile,v 1.7 1999/11/28 18:53:30 bde Exp $ -# $DragonFly: src/sys/dev/usbmisc/uhid/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER = n_hibma@freebsd.org +# $DragonFly: src/sys/dev/usbmisc/uhid/Makefile,v 1.3 2004/01/31 06:56:28 dillon Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD = uhid diff --git a/sys/dev/usbmisc/ukbd/Makefile b/sys/dev/usbmisc/ukbd/Makefile index bd1799e07a..0bcc152329 100644 --- a/sys/dev/usbmisc/ukbd/Makefile +++ b/sys/dev/usbmisc/ukbd/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/ukbd/Makefile,v 1.10 2000/01/20 13:25:18 yokota Exp $ -# $DragonFly: src/sys/dev/usbmisc/ukbd/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER = n_hibma@freebsd.org +# $DragonFly: src/sys/dev/usbmisc/ukbd/Makefile,v 1.3 2004/01/31 06:56:31 dillon Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD = ukbd diff --git a/sys/dev/usbmisc/ulpt/Makefile b/sys/dev/usbmisc/ulpt/Makefile index 9809cc9c92..2115d991b4 100644 --- a/sys/dev/usbmisc/ulpt/Makefile +++ b/sys/dev/usbmisc/ulpt/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/ulpt/Makefile,v 1.7 1999/11/28 18:53:32 bde Exp $ -# $DragonFly: src/sys/dev/usbmisc/ulpt/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER = n_hibma@freebsd.org +# $DragonFly: src/sys/dev/usbmisc/ulpt/Makefile,v 1.3 2004/01/31 06:56:32 dillon Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD = ulpt diff --git a/sys/dev/usbmisc/umass/Makefile b/sys/dev/usbmisc/umass/Makefile index ac5b46382b..28b7322d11 100644 --- a/sys/dev/usbmisc/umass/Makefile +++ b/sys/dev/usbmisc/umass/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/umass/Makefile,v 1.7.2.1 2000/04/01 19:33:33 n_hibma Exp $ -# $DragonFly: src/sys/dev/usbmisc/umass/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER = n_hibma@freebsd.org +# $DragonFly: src/sys/dev/usbmisc/umass/Makefile,v 1.3 2004/01/31 06:56:33 dillon Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD = umass diff --git a/sys/dev/usbmisc/umodem/Makefile b/sys/dev/usbmisc/umodem/Makefile index 8c2299520c..c0e507b963 100644 --- a/sys/dev/usbmisc/umodem/Makefile +++ b/sys/dev/usbmisc/umodem/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/umodem/Makefile,v 1.7 1999/11/28 18:53:35 bde Exp $ -# $DragonFly: src/sys/dev/usbmisc/umodem/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER = n_hibma@freebsd.org +# $DragonFly: src/sys/dev/usbmisc/umodem/Makefile,v 1.3 2004/01/31 06:56:35 dillon Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD = umodem diff --git a/sys/dev/usbmisc/ums/Makefile b/sys/dev/usbmisc/ums/Makefile index 2326b960eb..83a91a38f7 100644 --- a/sys/dev/usbmisc/ums/Makefile +++ b/sys/dev/usbmisc/ums/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/ums/Makefile,v 1.7 1999/11/28 18:53:37 bde Exp $ -# $DragonFly: src/sys/dev/usbmisc/ums/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER = n_hibma@freebsd.org +# $DragonFly: src/sys/dev/usbmisc/ums/Makefile,v 1.3 2004/01/31 06:56:35 dillon Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD = ums diff --git a/sys/dev/usbmisc/uscanner/Makefile b/sys/dev/usbmisc/uscanner/Makefile index 9e56418c6c..b8431ef403 100644 --- a/sys/dev/usbmisc/uscanner/Makefile +++ b/sys/dev/usbmisc/uscanner/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/uscanner/Makefile,v 1.1.2.1 2000/10/31 23:16:08 n_hibma Exp $ -# $DragonFly: src/sys/dev/usbmisc/uscanner/Makefile,v 1.2 2003/06/17 04:28:47 dillon Exp $ - -MAINTAINER = n_hibma@freebsd.org +# $DragonFly: src/sys/dev/usbmisc/uscanner/Makefile,v 1.3 2004/01/31 06:56:36 dillon Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD = uscanner diff --git a/sys/dev/video/bktr/bktr_mem/Makefile b/sys/dev/video/bktr/bktr_mem/Makefile index 11dcab4473..558e3c1922 100644 --- a/sys/dev/video/bktr/bktr_mem/Makefile +++ b/sys/dev/video/bktr/bktr_mem/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/bktr/bktr_mem/Makefile,v 1.1.2.1 2000/09/11 09:03:10 roger Exp $ -# $DragonFly: src/sys/dev/video/bktr/bktr_mem/Makefile,v 1.3 2003/08/15 08:32:32 dillon Exp $ - -MAINTAINER = roger@freebsd.org +# $DragonFly: src/sys/dev/video/bktr/bktr_mem/Makefile,v 1.4 2004/01/31 06:56:42 dillon Exp $ .PATH: ${.CURDIR}/.. KMOD= bktr_mem diff --git a/sys/emulation/linux/Makefile b/sys/emulation/linux/Makefile index a48213ab9b..696d682a2e 100644 --- a/sys/emulation/linux/Makefile +++ b/sys/emulation/linux/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/sys/modules/linux/Makefile,v 1.34.2.12 2003/01/02 20:41:34 kan Exp $ -# $DragonFly: src/sys/emulation/linux/Makefile,v 1.3 2003/08/15 06:32:51 dillon Exp $ - -MAINTAINER= marcel@FreeBSD.org +# $DragonFly: src/sys/emulation/linux/Makefile,v 1.4 2004/01/31 06:56:43 dillon Exp $ .PATH: ${.CURDIR}/../../emulation/linux ${.CURDIR}/../../emulation/linux/${MACHINE_ARCH} diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 81cf122c33..db015704d5 100644 --- a/usr.bin/brandelf/Makefile +++ b/usr.bin/brandelf/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.bin/brandelf/Makefile,v 1.3.6.3 2001/08/02 01:07:27 obrien Exp $ -# $DragonFly: src/usr.bin/brandelf/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $ - -MAINTAINER= obrien +# $DragonFly: src/usr.bin/brandelf/Makefile,v 1.3 2004/01/31 06:56:43 dillon Exp $ PROG= brandelf WARNS?= 2 diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index 8d1b3e6292..a192310da6 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.bin/bzip2/Makefile,v 1.5.2.2 2001/08/02 01:09:06 obrien Exp $ -# $DragonFly: src/usr.bin/bzip2/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $ - -MAINTAINER= obrien@FreeBSD.org +# $DragonFly: src/usr.bin/bzip2/Makefile,v 1.3 2004/01/31 06:56:43 dillon Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index d4775847bb..577dda2d5b 100644 --- a/usr.bin/bzip2recover/Makefile +++ b/usr.bin/bzip2recover/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.bin/bzip2recover/Makefile,v 1.1.2.1 2003/01/04 17:17:08 obrien Exp $ -# $DragonFly: src/usr.bin/bzip2recover/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $ - -MAINTAINER= obrien@FreeBSD.org +# $DragonFly: src/usr.bin/bzip2recover/Makefile,v 1.3 2004/01/31 06:56:43 dillon Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index d0d50208af..fdaa0f548a 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -1,11 +1,8 @@ # $FreeBSD: src/usr.bin/chat/Makefile,v 1.7.2.1 2001/04/25 11:29:17 ru Exp $ -# $DragonFly: src/usr.bin/chat/Makefile,v 1.2 2003/06/17 04:29:25 dillon Exp $ +# $DragonFly: src/usr.bin/chat/Makefile,v 1.3 2004/01/31 06:56:43 dillon Exp $ PROG= chat CFLAGS+=-Wall MAN= chat.8 -#as per policies section in handbook -MAINTAINER= peter@freebsd.org - .include diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 810cc7cd73..b196ca2f96 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -1,7 +1,6 @@ # $FreeBSD: src/usr.bin/fetch/Makefile,v 1.3.6.4 2003/01/09 11:54:58 des Exp $ -# $DragonFly: src/usr.bin/fetch/Makefile,v 1.3 2003/08/03 16:45:16 dillon Exp $ +# $DragonFly: src/usr.bin/fetch/Makefile,v 1.4 2004/01/31 06:56:43 dillon Exp $ -MAINTAINER= des@freebsd.org PROG= fetch WARNS?= 2 DPADD= ${LIBFETCH} diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index fd283e0f99..84badbcd4b 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,9 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/locate/Makefile,v 1.6 1999/08/28 01:02:52 peter Exp $ -# $DragonFly: src/usr.bin/locate/Makefile,v 1.2 2003/06/17 04:29:28 dillon Exp $ - -MAINTAINER= wosch - +# $DragonFly: src/usr.bin/locate/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ SUBDIR= bigram code locate diff --git a/usr.bin/sockstat/Makefile b/usr.bin/sockstat/Makefile index a36e4c4109..557f55edc4 100644 --- a/usr.bin/sockstat/Makefile +++ b/usr.bin/sockstat/Makefile @@ -1,7 +1,6 @@ # $FreeBSD: src/usr.bin/sockstat/Makefile,v 1.2.2.2 2001/04/25 14:04:32 ru Exp $ -# $DragonFly: src/usr.bin/sockstat/Makefile,v 1.2 2003/06/17 04:29:31 dillon Exp $ +# $DragonFly: src/usr.bin/sockstat/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ -MAINTAINER= des@freebsd.org SCRIPTS= sockstat.pl MAN= sockstat.1 diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index cbf8de8594..54b3dda751 100644 --- a/usr.bin/unifdef/Makefile +++ b/usr.bin/unifdef/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/unifdef/Makefile,v 1.1.1.1.14.3 2003/01/29 21:46:39 fanf Exp $ -# $DragonFly: src/usr.bin/unifdef/Makefile,v 1.2 2003/06/17 04:29:33 dillon Exp $ - -MAINTAINER= fanf@FreeBSD.org +# $DragonFly: src/usr.bin/unifdef/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ PROG= unifdef SCRIPTS=unifdefall.sh diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index a43355aca3..d13ca5abd9 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.bin/vacation/Makefile,v 1.6.2.3 2002/03/25 21:31:50 gshapiro Exp $ -# $DragonFly: src/usr.bin/vacation/Makefile,v 1.2 2003/06/17 04:29:33 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/usr.bin/vacation/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/vacation diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index b5f77a7742..0eec99374f 100644 --- a/usr.bin/which/Makefile +++ b/usr.bin/which/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/which/Makefile,v 1.5.2.3 2002/08/07 16:32:01 ru Exp $ -# $DragonFly: src/usr.bin/which/Makefile,v 1.2 2003/06/17 04:29:33 dillon Exp $ - -MAINTAINER= wosch +# $DragonFly: src/usr.bin/which/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ MAN= which.1 diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index a85ba15e39..b530265732 100644 --- a/usr.bin/whois/Makefile +++ b/usr.bin/whois/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.bin/whois/Makefile,v 1.3.2.2 2001/08/23 07:20:13 mike Exp $ -# $DragonFly: src/usr.bin/whois/Makefile,v 1.2 2003/06/17 04:29:33 dillon Exp $ - -MAINTAINER= mike@FreeBSD.org +# $DragonFly: src/usr.bin/whois/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ PROG= whois WARNS?= 2 diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile index 1daccb930c..63771ea43b 100644 --- a/usr.sbin/adduser/Makefile +++ b/usr.sbin/adduser/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.sbin/adduser/Makefile,v 1.14.2.2 2001/04/25 14:04:49 ru Exp $ -# $DragonFly: src/usr.sbin/adduser/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $ - -MAINTAINER= wosch +# $DragonFly: src/usr.sbin/adduser/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ SCRIPTS=adduser.perl rmuser.perl MAN= adduser.8 rmuser.8 diff --git a/usr.sbin/editmap/Makefile b/usr.sbin/editmap/Makefile index 7f69682569..6ee6f14f4c 100644 --- a/usr.sbin/editmap/Makefile +++ b/usr.sbin/editmap/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.sbin/editmap/Makefile,v 1.1.2.1 2002/03/25 21:29:58 gshapiro Exp $ -# $DragonFly: src/usr.sbin/editmap/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/usr.sbin/editmap/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/editmap diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index fe344faecd..77d8ed3fdd 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.sbin/inetd/Makefile,v 1.18.2.4 2001/12/19 04:49:11 dd Exp $ -# $DragonFly: src/usr.sbin/inetd/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $ - -MAINTAINER= dwmalone +# $DragonFly: src/usr.sbin/inetd/Makefile,v 1.3 2004/01/31 06:56:44 dillon Exp $ PROG= inetd SRCS= inetd.c builtins.c diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile index 7572196c88..a3864c00bc 100644 --- a/usr.sbin/iostat/Makefile +++ b/usr.sbin/iostat/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD: src/usr.sbin/iostat/Makefile,v 1.5.2.1 2001/04/25 12:09:40 ru Exp $ -# $DragonFly: src/usr.sbin/iostat/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $ - -MAINTAINER=ken@FreeBSD.ORG +# $DragonFly: src/usr.sbin/iostat/Makefile,v 1.3 2004/01/31 06:56:45 dillon Exp $ PROG= iostat MAN= iostat.8 diff --git a/usr.sbin/ipftest/Makefile b/usr.sbin/ipftest/Makefile index 563333eb11..e67c4ff246 100644 --- a/usr.sbin/ipftest/Makefile +++ b/usr.sbin/ipftest/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/usr.sbin/ipftest/Makefile,v 1.4.2.5 2002/04/27 18:19:04 darrenr Exp $ -# $DragonFly: src/usr.sbin/ipftest/Makefile,v 1.3 2003/08/08 04:18:45 dillon Exp $ +# $DragonFly: src/usr.sbin/ipftest/Makefile,v 1.4 2004/01/31 06:56:45 dillon Exp $ .PATH: ${.CURDIR}/../../sys/netinet \ ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man @@ -22,6 +22,4 @@ CLEANFILES+= opt_ipfilter.h opt_ipfilter.h: Makefile echo "#define IPFILTER 1" > opt_ipfilter.h -MAINTAINER= guido@freebsd.org - .include diff --git a/usr.sbin/ipresend/Makefile b/usr.sbin/ipresend/Makefile index 710ef3d061..fa355d8a8d 100644 --- a/usr.sbin/ipresend/Makefile +++ b/usr.sbin/ipresend/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/usr.sbin/ipresend/Makefile,v 1.4.2.3 2001/11/14 14:15:04 guido Exp $ -# $DragonFly: src/usr.sbin/ipresend/Makefile,v 1.3 2003/08/08 04:18:45 dillon Exp $ +# $DragonFly: src/usr.sbin/ipresend/Makefile,v 1.4 2004/01/31 06:56:45 dillon Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter/ipsend \ ${.CURDIR}/../../contrib/ipfilter @@ -12,6 +12,4 @@ CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" -DUSE_INET6 \ -I${.CURDIR}/../../contrib/ipfilter/ipsend \ -I${.CURDIR}/../../contrib/ipfilter -MAINTAINER= guido@freebsd.org - .include diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile index 04aa62c77c..3ceaa18d5d 100644 --- a/usr.sbin/ipsend/Makefile +++ b/usr.sbin/ipsend/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/usr.sbin/ipsend/Makefile,v 1.8.2.3 2001/11/14 14:15:05 guido Exp $ -# $DragonFly: src/usr.sbin/ipsend/Makefile,v 1.3 2003/08/08 04:18:46 dillon Exp $ +# $DragonFly: src/usr.sbin/ipsend/Makefile,v 1.4 2004/01/31 06:56:45 dillon Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter/ipsend \ ${.CURDIR}/../../contrib/ipfilter/iplang \ @@ -19,6 +19,4 @@ CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" -DUSE_INET6 \ DPADD= ${LIBL} LDADD= -ll -MAINTAINER= guido@freebsd.org - .include diff --git a/usr.sbin/iptest/Makefile b/usr.sbin/iptest/Makefile index 1a12e5e5ae..1f9203cd6e 100644 --- a/usr.sbin/iptest/Makefile +++ b/usr.sbin/iptest/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/usr.sbin/iptest/Makefile,v 1.4.2.3 2001/11/14 14:15:05 guido Exp $ -# $DragonFly: src/usr.sbin/iptest/Makefile,v 1.3 2003/08/08 04:18:46 dillon Exp $ +# $DragonFly: src/usr.sbin/iptest/Makefile,v 1.4 2004/01/31 06:56:45 dillon Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter/ipsend \ ${.CURDIR}/../../contrib/ipfilter @@ -12,6 +12,4 @@ CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" -DUSE_INET6 \ -I${.CURDIR}/../../contrib/ipfilter/ipsend \ -I${.CURDIR}/../../contrib/ipfilter -MAINTAINER= guido@freebsd.org - .include diff --git a/usr.sbin/kbdmap/Makefile b/usr.sbin/kbdmap/Makefile index 86d4e91c2c..ae4a0df1d4 100644 --- a/usr.sbin/kbdmap/Makefile +++ b/usr.sbin/kbdmap/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.sbin/kbdmap/Makefile,v 1.9.2.2 2001/04/25 14:04:50 ru Exp $ -# $DragonFly: src/usr.sbin/kbdmap/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $ - -MAINTAINER= wosch +# $DragonFly: src/usr.sbin/kbdmap/Makefile,v 1.3 2004/01/31 06:56:45 dillon Exp $ SCRIPTS=${.CURDIR}/kbdmap.pl MAN= kbdmap.1 diff --git a/usr.sbin/lpr/Makefile b/usr.sbin/lpr/Makefile index f160ccb492..ee834e1649 100644 --- a/usr.sbin/lpr/Makefile +++ b/usr.sbin/lpr/Makefile @@ -1,8 +1,5 @@ # $FreeBSD: src/usr.sbin/lpr/Makefile,v 1.5.2.3 2002/02/01 01:03:39 gad Exp $ -# $DragonFly: src/usr.sbin/lpr/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $ - -MAINTAINER= wollman@FreeBSD.org -MAINTAINER+= gad@FreeBSD.org +# $DragonFly: src/usr.sbin/lpr/Makefile,v 1.3 2004/01/31 06:56:45 dillon Exp $ SUBDIR= common_source chkprintcap lp lpc lpd lpq lpr lprm lptest pac \ filters filters.ru SMM.doc diff --git a/usr.sbin/mailstats/Makefile b/usr.sbin/mailstats/Makefile index 4bea147f93..04d2e3b6bd 100644 --- a/usr.sbin/mailstats/Makefile +++ b/usr.sbin/mailstats/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 9/21/96 # $FreeBSD: src/usr.sbin/mailstats/Makefile,v 1.1.6.6 2002/03/25 21:31:43 gshapiro Exp $ -# $DragonFly: src/usr.sbin/mailstats/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/usr.sbin/mailstats/Makefile,v 1.3 2004/01/31 06:56:45 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/mailstats diff --git a/usr.sbin/makemap/Makefile b/usr.sbin/makemap/Makefile index 8d272afe4e..672ab153d0 100644 --- a/usr.sbin/makemap/Makefile +++ b/usr.sbin/makemap/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.4 (Berkeley) 6/10/97 # $FreeBSD: src/usr.sbin/makemap/Makefile,v 1.2.6.6 2002/03/25 21:31:48 gshapiro Exp $ -# $DragonFly: src/usr.sbin/makemap/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/usr.sbin/makemap/Makefile,v 1.3 2004/01/31 06:56:45 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/makemap diff --git a/usr.sbin/mergemaster/Makefile b/usr.sbin/mergemaster/Makefile index f80323745c..7fc1c96b63 100644 --- a/usr.sbin/mergemaster/Makefile +++ b/usr.sbin/mergemaster/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.sbin/mergemaster/Makefile,v 1.3.4.4 2001/08/11 20:22:32 dougb Exp $ -# $DragonFly: src/usr.sbin/mergemaster/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $ - -MAINTAINER= dougb@FreeBSD.org +# $DragonFly: src/usr.sbin/mergemaster/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $ SCRIPTS= mergemaster.sh MAN= mergemaster.8 diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile index a5a3991285..f72eb7393d 100644 --- a/usr.sbin/ntp/Makefile +++ b/usr.sbin/ntp/Makefile @@ -1,8 +1,6 @@ # Makefile for ntpd. # $FreeBSD: src/usr.sbin/ntp/Makefile,v 1.2.2.1 2001/12/21 17:42:30 roberto Exp $ -# $DragonFly: src/usr.sbin/ntp/Attic/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $ - -MAINTAINER= roberto +# $DragonFly: src/usr.sbin/ntp/Attic/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $ SUBDIR= doc libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \ ntptimeset ntptime ntp-genkeys diff --git a/usr.sbin/ntp/Makefile.inc b/usr.sbin/ntp/Makefile.inc index 2fd1cf4dfa..fc4f90d8d0 100644 --- a/usr.sbin/ntp/Makefile.inc +++ b/usr.sbin/ntp/Makefile.inc @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.sbin/ntp/Makefile.inc,v 1.1.2.1 2001/12/21 17:42:30 roberto Exp $ -# $DragonFly: src/usr.sbin/ntp/Attic/Makefile.inc,v 1.2 2003/06/17 04:29:57 dillon Exp $ - -MAINTAINER= roberto +# $DragonFly: src/usr.sbin/ntp/Attic/Makefile.inc,v 1.3 2004/01/31 06:56:46 dillon Exp $ DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H NTPDEFS= -DSYS_FREEBSD diff --git a/usr.sbin/ntp/doc/Makefile b/usr.sbin/ntp/doc/Makefile index a5dbf75e29..1fcd40570b 100644 --- a/usr.sbin/ntp/doc/Makefile +++ b/usr.sbin/ntp/doc/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.sbin/ntp/doc/Makefile,v 1.5.2.3 2002/02/18 16:24:26 ru Exp $ -# $DragonFly: src/usr.sbin/ntp/doc/Attic/Makefile,v 1.2 2003/06/17 04:29:58 dillon Exp $ - -MAINTAINER= sheldonh +# $DragonFly: src/usr.sbin/ntp/doc/Attic/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $ FILESDIR= ${SHAREDIR}/doc/ntp diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index d5f8c55770..2d8ad5d9ab 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/usr.sbin/pppd/Makefile,v 1.19.2.2 2001/08/19 03:32:43 kris Exp $ -# $DragonFly: src/usr.sbin/pppd/Makefile,v 1.4 2003/08/05 17:11:04 rob Exp $ +# $DragonFly: src/usr.sbin/pppd/Makefile,v 1.5 2004/01/31 06:56:46 dillon Exp $ CFLAGS+= -DHAVE_PATHS_H @@ -11,9 +11,6 @@ BINMODE=4550 BINOWN= root BINGRP= dialer -# as per handbook policies section -MAINTAINER= peter@freebsd.org - LDADD= -lcrypt -lutil -lmd DPADD= ${LIBCRYPT} ${LIBUTIL} ${LIBMD} diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile index 5df0aebe34..2ad52d25ce 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,10 +1,7 @@ # $FreeBSD: src/usr.sbin/pppstats/Makefile,v 1.7.2.1 2001/04/25 12:10:35 ru Exp $ -# $DragonFly: src/usr.sbin/pppstats/Makefile,v 1.2 2003/06/17 04:30:01 dillon Exp $ +# $DragonFly: src/usr.sbin/pppstats/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $ PROG= pppstats MAN= pppstats.8 -#as per policies in handbook -MAINTAINER= peter@freebsd.org - .include diff --git a/usr.sbin/praliases/Makefile b/usr.sbin/praliases/Makefile index 6fde52d28e..450e8bc5db 100644 --- a/usr.sbin/praliases/Makefile +++ b/usr.sbin/praliases/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 9/21/96 # $FreeBSD: src/usr.sbin/praliases/Makefile,v 1.1.6.6 2002/03/25 21:31:46 gshapiro Exp $ -# $DragonFly: src/usr.sbin/praliases/Makefile,v 1.2 2003/06/17 04:30:01 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/usr.sbin/praliases/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/praliases diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 4a85ab4361..b0418c0fdf 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -1,8 +1,6 @@ # @(#)Makefile 8.8 (Berkeley) 3/28/97 # $FreeBSD: src/usr.sbin/sendmail/Makefile,v 1.15.2.13 2002/03/25 21:32:29 gshapiro Exp $ -# $DragonFly: src/usr.sbin/sendmail/Makefile,v 1.3 2003/08/03 16:45:16 dillon Exp $ - -MAINTAINER= gshapiro@FreeBSD.org +# $DragonFly: src/usr.sbin/sendmail/Makefile,v 1.4 2004/01/31 06:56:46 dillon Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail SMDIR= ${SENDMAIL_DIR}/src diff --git a/usr.sbin/spkrtest/Makefile b/usr.sbin/spkrtest/Makefile index 4b99fc10fd..c14173c5a9 100644 --- a/usr.sbin/spkrtest/Makefile +++ b/usr.sbin/spkrtest/Makefile @@ -1,7 +1,5 @@ # $FreeBSD: src/usr.sbin/spkrtest/Makefile,v 1.8.2.2 2001/04/25 14:05:16 ru Exp $ -# $DragonFly: src/usr.sbin/spkrtest/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $ - -MAINTAINER= wosch +# $DragonFly: src/usr.sbin/spkrtest/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $ SCRIPTS=spkrtest.pl MAN= spkrtest.8 diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile index a8976a1420..0350bd022b 100644 --- a/usr.sbin/tcpdchk/Makefile +++ b/usr.sbin/tcpdchk/Makefile @@ -1,10 +1,8 @@ # # $FreeBSD: src/usr.sbin/tcpdchk/Makefile,v 1.3.2.2 2001/04/25 12:11:00 ru Exp $ -# $DragonFly: src/usr.sbin/tcpdchk/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $ +# $DragonFly: src/usr.sbin/tcpdchk/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $ # -MAINTAINER=markm@FreeBSD.org - PROG= tcpdchk MAN= tcpdchk.8 SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile index 7a85197c98..4b22e8b7af 100644 --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -1,10 +1,8 @@ # # $FreeBSD: src/usr.sbin/tcpdmatch/Makefile,v 1.2.2.2 2001/04/25 12:11:01 ru Exp $ -# $DragonFly: src/usr.sbin/tcpdmatch/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $ +# $DragonFly: src/usr.sbin/tcpdmatch/Makefile,v 1.3 2004/01/31 06:56:46 dillon Exp $ # -MAINTAINER=markm@FreeBSD.org - PROG= tcpdmatch MAN= tcpdmatch.8 SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c -- 2.41.0