From cfb68b0dce2024a3e5ba1c09ba08741429fd4d24 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 30 Jun 2003 18:47:40 +0000 Subject: [PATCH] Add NetBSD RCS Id. --- gnu/usr.bin/groff/Makefile | 2 ++ gnu/usr.bin/groff/Makefile.inc | 2 ++ gnu/usr.bin/groff/contrib/Makefile | 2 ++ gnu/usr.bin/groff/contrib/Makefile.inc | 2 ++ gnu/usr.bin/groff/contrib/groffer/Makefile | 2 ++ gnu/usr.bin/groff/contrib/mm/Makefile | 2 ++ gnu/usr.bin/groff/doc/Makefile | 2 ++ gnu/usr.bin/groff/font/Makefile | 2 ++ gnu/usr.bin/groff/font/Makefile.dev | 2 ++ gnu/usr.bin/groff/font/Makefile.inc | 2 ++ gnu/usr.bin/groff/font/Makefile.tty | 2 ++ gnu/usr.bin/groff/font/devX100-12/Makefile | 2 ++ gnu/usr.bin/groff/font/devX100/Makefile | 2 ++ gnu/usr.bin/groff/font/devX75-12/Makefile | 2 ++ gnu/usr.bin/groff/font/devX75/Makefile | 2 ++ gnu/usr.bin/groff/font/devascii/Makefile | 2 ++ gnu/usr.bin/groff/font/devcp1047/Makefile | 2 ++ gnu/usr.bin/groff/font/devdvi/Makefile | 2 ++ gnu/usr.bin/groff/font/devhtml/Makefile | 2 ++ gnu/usr.bin/groff/font/devkoi8-r/Makefile | 2 ++ gnu/usr.bin/groff/font/devlatin1/Makefile | 2 ++ gnu/usr.bin/groff/font/devlbp/Makefile | 2 ++ gnu/usr.bin/groff/font/devlj4/Makefile | 2 ++ gnu/usr.bin/groff/font/devps/Makefile | 2 ++ gnu/usr.bin/groff/font/devutf8/Makefile | 2 ++ gnu/usr.bin/groff/man/Makefile | 2 ++ gnu/usr.bin/groff/src/Makefile | 2 ++ gnu/usr.bin/groff/src/devices/Makefile | 2 ++ gnu/usr.bin/groff/src/devices/Makefile.inc | 2 ++ gnu/usr.bin/groff/src/devices/grodvi/Makefile | 2 ++ gnu/usr.bin/groff/src/devices/grohtml/Makefile | 2 ++ gnu/usr.bin/groff/src/devices/grolbp/Makefile | 2 ++ gnu/usr.bin/groff/src/devices/grolj4/Makefile | 2 ++ gnu/usr.bin/groff/src/devices/grops/Makefile | 2 ++ gnu/usr.bin/groff/src/devices/grotty/Makefile | 2 ++ gnu/usr.bin/groff/src/libs/Makefile | 2 ++ gnu/usr.bin/groff/src/libs/Makefile.inc | 2 ++ gnu/usr.bin/groff/src/libs/libbib/Makefile | 2 ++ gnu/usr.bin/groff/src/libs/libdriver/Makefile | 2 ++ gnu/usr.bin/groff/src/libs/libgroff/Makefile | 2 ++ gnu/usr.bin/groff/src/preproc/Makefile | 2 ++ gnu/usr.bin/groff/src/preproc/Makefile.inc | 2 ++ gnu/usr.bin/groff/src/preproc/eqn/Makefile | 2 ++ gnu/usr.bin/groff/src/preproc/grn/Makefile | 2 ++ gnu/usr.bin/groff/src/preproc/html/Makefile | 2 ++ gnu/usr.bin/groff/src/preproc/pic/Makefile | 2 ++ gnu/usr.bin/groff/src/preproc/refer/Makefile | 2 ++ gnu/usr.bin/groff/src/preproc/soelim/Makefile | 2 ++ gnu/usr.bin/groff/src/preproc/tbl/Makefile | 2 ++ gnu/usr.bin/groff/src/roff/Makefile | 2 ++ gnu/usr.bin/groff/src/roff/Makefile.inc | 2 ++ gnu/usr.bin/groff/src/roff/groff/Makefile | 2 ++ gnu/usr.bin/groff/src/roff/grog/Makefile | 2 ++ gnu/usr.bin/groff/src/roff/nroff/Makefile | 2 ++ gnu/usr.bin/groff/src/roff/psroff/Makefile | 2 ++ gnu/usr.bin/groff/src/roff/troff/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/Makefile.inc | 2 ++ gnu/usr.bin/groff/src/utils/addftinfo/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/afmtodit/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/hpftodit/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/indxbib/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/lkbib/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/lookbib/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/pfbtops/Makefile | 2 ++ gnu/usr.bin/groff/src/utils/tfmtodit/Makefile | 2 ++ gnu/usr.bin/groff/tmac/Makefile | 2 ++ 67 files changed, 134 insertions(+) diff --git a/gnu/usr.bin/groff/Makefile b/gnu/usr.bin/groff/Makefile index 3bfe9b627527..37df912988ff 100644 --- a/gnu/usr.bin/groff/Makefile +++ b/gnu/usr.bin/groff/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.14 2003/06/30 18:47:40 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/Makefile,v 2.11 2003/05/02 00:55:52 ru Exp $ SUBDIR= contrib doc font man src tmac diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index 490286142bf7..55e60d74c831 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:40 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $ BINDIR?= /usr/bin diff --git a/gnu/usr.bin/groff/contrib/Makefile b/gnu/usr.bin/groff/contrib/Makefile index ec60e6b04972..d7cb2b937eb3 100644 --- a/gnu/usr.bin/groff/contrib/Makefile +++ b/gnu/usr.bin/groff/contrib/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.2 2003/06/30 18:47:41 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/contrib/Makefile,v 1.1 2001/04/17 12:36:32 ru Exp $ SUBDIR= mm diff --git a/gnu/usr.bin/groff/contrib/Makefile.inc b/gnu/usr.bin/groff/contrib/Makefile.inc index fe0b535b9362..898bbe1d37f9 100644 --- a/gnu/usr.bin/groff/contrib/Makefile.inc +++ b/gnu/usr.bin/groff/contrib/Makefile.inc @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:41 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/contrib/Makefile.inc,v 1.1 2001/04/17 12:36:32 ru Exp $ #DIST_SUBDIR= contrib diff --git a/gnu/usr.bin/groff/contrib/groffer/Makefile b/gnu/usr.bin/groff/contrib/groffer/Makefile index f50ac0289ca2..518c6af4dde4 100644 --- a/gnu/usr.bin/groff/contrib/groffer/Makefile +++ b/gnu/usr.bin/groff/contrib/groffer/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.2 2003/06/30 18:47:41 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/contrib/groffer/Makefile,v 1.1 2002/10/11 08:58:13 ru Exp $ SCRIPTS= groffer diff --git a/gnu/usr.bin/groff/contrib/mm/Makefile b/gnu/usr.bin/groff/contrib/mm/Makefile index c411e560c22d..0543403fb919 100644 --- a/gnu/usr.bin/groff/contrib/mm/Makefile +++ b/gnu/usr.bin/groff/contrib/mm/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:41 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/contrib/mm/Makefile,v 1.6 2002/10/11 08:58:13 ru Exp $ DIST_SUBDIR= contrib/mm diff --git a/gnu/usr.bin/groff/doc/Makefile b/gnu/usr.bin/groff/doc/Makefile index c4ccea7208f2..4c4600a30052 100644 --- a/gnu/usr.bin/groff/doc/Makefile +++ b/gnu/usr.bin/groff/doc/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.4 2003/06/30 18:47:42 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/doc/Makefile,v 1.4 2000/12/06 12:17:01 ru Exp $ INFO= groff diff --git a/gnu/usr.bin/groff/font/Makefile b/gnu/usr.bin/groff/font/Makefile index 9be9ef22cb77..bbf440800fb7 100644 --- a/gnu/usr.bin/groff/font/Makefile +++ b/gnu/usr.bin/groff/font/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.2 2003/06/30 18:47:42 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/Makefile,v 2.1 2001/04/17 12:36:42 ru Exp $ SUBDIR= devX100 devX100-12 devX75 devX75-12 \ diff --git a/gnu/usr.bin/groff/font/Makefile.dev b/gnu/usr.bin/groff/font/Makefile.dev index 0ad90ae66213..36085c0fecec 100644 --- a/gnu/usr.bin/groff/font/Makefile.dev +++ b/gnu/usr.bin/groff/font/Makefile.dev @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.dev,v 1.3 2003/06/30 18:47:42 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/Makefile.dev,v 2.12 2003/05/01 13:22:18 ru Exp $ FILES= ${DEVFILES} diff --git a/gnu/usr.bin/groff/font/Makefile.inc b/gnu/usr.bin/groff/font/Makefile.inc index 837f97bb2e4b..18786cd8adc7 100644 --- a/gnu/usr.bin/groff/font/Makefile.inc +++ b/gnu/usr.bin/groff/font/Makefile.inc @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:42 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/Makefile.inc,v 2.1 2001/04/17 12:36:42 ru Exp $ .include "../Makefile.inc" diff --git a/gnu/usr.bin/groff/font/Makefile.tty b/gnu/usr.bin/groff/font/Makefile.tty index 69765bf6bc5b..191e29bcf819 100644 --- a/gnu/usr.bin/groff/font/Makefile.tty +++ b/gnu/usr.bin/groff/font/Makefile.tty @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.tty,v 1.3 2003/06/30 18:47:42 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/Makefile.tty,v 2.7 2001/04/17 12:36:42 ru Exp $ all: ${FONTS} diff --git a/gnu/usr.bin/groff/font/devX100-12/Makefile b/gnu/usr.bin/groff/font/devX100-12/Makefile index fc95cdb408dd..dd51589ae445 100644 --- a/gnu/usr.bin/groff/font/devX100-12/Makefile +++ b/gnu/usr.bin/groff/font/devX100-12/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:43 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devX100-12/Makefile,v 1.1 2001/04/17 12:36:45 ru Exp $ NOOBJ= diff --git a/gnu/usr.bin/groff/font/devX100/Makefile b/gnu/usr.bin/groff/font/devX100/Makefile index 1bc845b561bf..adb32ee819eb 100644 --- a/gnu/usr.bin/groff/font/devX100/Makefile +++ b/gnu/usr.bin/groff/font/devX100/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:43 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devX100/Makefile,v 1.1 2001/04/17 12:36:44 ru Exp $ NOOBJ= diff --git a/gnu/usr.bin/groff/font/devX75-12/Makefile b/gnu/usr.bin/groff/font/devX75-12/Makefile index 3ffbe8c80765..ec3a2224a663 100644 --- a/gnu/usr.bin/groff/font/devX75-12/Makefile +++ b/gnu/usr.bin/groff/font/devX75-12/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:44 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devX75-12/Makefile,v 1.1 2001/04/17 12:36:46 ru Exp $ NOOBJ= diff --git a/gnu/usr.bin/groff/font/devX75/Makefile b/gnu/usr.bin/groff/font/devX75/Makefile index be4ef445a678..ab6a40298f69 100644 --- a/gnu/usr.bin/groff/font/devX75/Makefile +++ b/gnu/usr.bin/groff/font/devX75/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:43 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devX75/Makefile,v 1.1 2001/04/17 12:36:45 ru Exp $ NOOBJ= diff --git a/gnu/usr.bin/groff/font/devascii/Makefile b/gnu/usr.bin/groff/font/devascii/Makefile index 4331d5338880..4efa2c16fc6d 100644 --- a/gnu/usr.bin/groff/font/devascii/Makefile +++ b/gnu/usr.bin/groff/font/devascii/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:44 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devascii/Makefile,v 1.1 2001/04/17 12:36:46 ru Exp $ DEV= ascii diff --git a/gnu/usr.bin/groff/font/devcp1047/Makefile b/gnu/usr.bin/groff/font/devcp1047/Makefile index ba292abf9dc0..0d250b172170 100644 --- a/gnu/usr.bin/groff/font/devcp1047/Makefile +++ b/gnu/usr.bin/groff/font/devcp1047/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:44 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devcp1047/Makefile,v 1.1 2001/04/17 12:36:46 ru Exp $ DEV= cp1047 diff --git a/gnu/usr.bin/groff/font/devdvi/Makefile b/gnu/usr.bin/groff/font/devdvi/Makefile index 9e9b60a0443d..82d9750b73e6 100644 --- a/gnu/usr.bin/groff/font/devdvi/Makefile +++ b/gnu/usr.bin/groff/font/devdvi/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:44 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devdvi/Makefile,v 1.3 2003/05/01 13:22:18 ru Exp $ DIST_SUBDIR= font/devdvi diff --git a/gnu/usr.bin/groff/font/devhtml/Makefile b/gnu/usr.bin/groff/font/devhtml/Makefile index 28094560cfb8..829ed7f179d0 100644 --- a/gnu/usr.bin/groff/font/devhtml/Makefile +++ b/gnu/usr.bin/groff/font/devhtml/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:45 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devhtml/Makefile,v 1.2 2002/10/11 08:58:13 ru Exp $ DEV= html diff --git a/gnu/usr.bin/groff/font/devkoi8-r/Makefile b/gnu/usr.bin/groff/font/devkoi8-r/Makefile index 07c3881fb873..8f1d91490344 100644 --- a/gnu/usr.bin/groff/font/devkoi8-r/Makefile +++ b/gnu/usr.bin/groff/font/devkoi8-r/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:45 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devkoi8-r/Makefile,v 1.1 2001/04/17 12:36:47 ru Exp $ DEV= koi8-r diff --git a/gnu/usr.bin/groff/font/devlatin1/Makefile b/gnu/usr.bin/groff/font/devlatin1/Makefile index a3586cf6ca8c..54bcd76056ff 100644 --- a/gnu/usr.bin/groff/font/devlatin1/Makefile +++ b/gnu/usr.bin/groff/font/devlatin1/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:45 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devlatin1/Makefile,v 1.1 2001/04/17 12:36:47 ru Exp $ DEV= latin1 diff --git a/gnu/usr.bin/groff/font/devlbp/Makefile b/gnu/usr.bin/groff/font/devlbp/Makefile index 001abd71fc85..9f6ff15b8363 100644 --- a/gnu/usr.bin/groff/font/devlbp/Makefile +++ b/gnu/usr.bin/groff/font/devlbp/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:46 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devlbp/Makefile,v 1.2 2002/10/11 08:58:13 ru Exp $ DIST_SUBDIR= font/devlbp diff --git a/gnu/usr.bin/groff/font/devlj4/Makefile b/gnu/usr.bin/groff/font/devlj4/Makefile index 68f260c1938b..c5ada93a069a 100644 --- a/gnu/usr.bin/groff/font/devlj4/Makefile +++ b/gnu/usr.bin/groff/font/devlj4/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:46 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devlj4/Makefile,v 1.1 2001/04/17 12:36:48 ru Exp $ DIST_SUBDIR= font/devlj4 diff --git a/gnu/usr.bin/groff/font/devps/Makefile b/gnu/usr.bin/groff/font/devps/Makefile index 56d1fdcb305a..e7b095966ca0 100644 --- a/gnu/usr.bin/groff/font/devps/Makefile +++ b/gnu/usr.bin/groff/font/devps/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:46 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devps/Makefile,v 1.3 2003/05/01 13:22:18 ru Exp $ DIST_SUBDIR= font/devps diff --git a/gnu/usr.bin/groff/font/devutf8/Makefile b/gnu/usr.bin/groff/font/devutf8/Makefile index 872dd0bb8af5..b3340812ddde 100644 --- a/gnu/usr.bin/groff/font/devutf8/Makefile +++ b/gnu/usr.bin/groff/font/devutf8/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:46 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/font/devutf8/Makefile,v 1.1 2001/04/17 12:36:49 ru Exp $ DEV= utf8 diff --git a/gnu/usr.bin/groff/man/Makefile b/gnu/usr.bin/groff/man/Makefile index 4e4c1e42db66..e5335d409a7c 100644 --- a/gnu/usr.bin/groff/man/Makefile +++ b/gnu/usr.bin/groff/man/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.10 2003/06/30 18:47:47 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/man/Makefile,v 1.9 2002/10/11 08:58:14 ru Exp $ MAN= groff_font.5 groff_out.5 groff_tmac.5 diff --git a/gnu/usr.bin/groff/src/Makefile b/gnu/usr.bin/groff/src/Makefile index e18d64543f82..75a8732ecf6e 100644 --- a/gnu/usr.bin/groff/src/Makefile +++ b/gnu/usr.bin/groff/src/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.2 2003/06/30 18:47:47 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/Makefile,v 1.1 2001/04/17 12:37:02 ru Exp $ SUBDIR= libs devices preproc roff utils diff --git a/gnu/usr.bin/groff/src/devices/Makefile b/gnu/usr.bin/groff/src/devices/Makefile index 6e83166bebb4..05c0a2b85842 100644 --- a/gnu/usr.bin/groff/src/devices/Makefile +++ b/gnu/usr.bin/groff/src/devices/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.2 2003/06/30 18:47:47 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/devices/Makefile,v 1.1 2001/04/17 12:37:02 ru Exp $ SUBDIR= grodvi grohtml grolbp grolj4 grops grotty diff --git a/gnu/usr.bin/groff/src/devices/Makefile.inc b/gnu/usr.bin/groff/src/devices/Makefile.inc index e757343f5b6c..73dca148f964 100644 --- a/gnu/usr.bin/groff/src/devices/Makefile.inc +++ b/gnu/usr.bin/groff/src/devices/Makefile.inc @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:47 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/devices/Makefile.inc,v 1.1 2001/04/17 12:37:02 ru Exp $ .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/devices/grodvi/Makefile b/gnu/usr.bin/groff/src/devices/grodvi/Makefile index 794a27fdd790..75ced4339b55 100644 --- a/gnu/usr.bin/groff/src/devices/grodvi/Makefile +++ b/gnu/usr.bin/groff/src/devices/grodvi/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:48 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grodvi/Makefile,v 1.4 2003/05/01 13:22:18 ru Exp $ DIST_SUBDIR= src/devices/grodvi diff --git a/gnu/usr.bin/groff/src/devices/grohtml/Makefile b/gnu/usr.bin/groff/src/devices/grohtml/Makefile index 235e97cb189d..f5b3739f7d4b 100644 --- a/gnu/usr.bin/groff/src/devices/grohtml/Makefile +++ b/gnu/usr.bin/groff/src/devices/grohtml/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:48 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grohtml/Makefile,v 1.5 2003/05/01 13:22:18 ru Exp $ DIST_SUBDIR= src/devices/grohtml diff --git a/gnu/usr.bin/groff/src/devices/grolbp/Makefile b/gnu/usr.bin/groff/src/devices/grolbp/Makefile index 2102499251fa..c3d4a8711e81 100644 --- a/gnu/usr.bin/groff/src/devices/grolbp/Makefile +++ b/gnu/usr.bin/groff/src/devices/grolbp/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:48 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grolbp/Makefile,v 1.4 2003/05/01 13:22:18 ru Exp $ DIST_SUBDIR= src/devices/grolbp diff --git a/gnu/usr.bin/groff/src/devices/grolj4/Makefile b/gnu/usr.bin/groff/src/devices/grolj4/Makefile index 1aabc663bc25..dcad9827cbb3 100644 --- a/gnu/usr.bin/groff/src/devices/grolj4/Makefile +++ b/gnu/usr.bin/groff/src/devices/grolj4/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:48 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grolj4/Makefile,v 1.4 2003/05/01 13:22:18 ru Exp $ DIST_SUBDIR= src/devices/grolj4 diff --git a/gnu/usr.bin/groff/src/devices/grops/Makefile b/gnu/usr.bin/groff/src/devices/grops/Makefile index 256496695445..c901cf1e51d2 100644 --- a/gnu/usr.bin/groff/src/devices/grops/Makefile +++ b/gnu/usr.bin/groff/src/devices/grops/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:49 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grops/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ DIST_SUBDIR= src/devices/grops diff --git a/gnu/usr.bin/groff/src/devices/grotty/Makefile b/gnu/usr.bin/groff/src/devices/grotty/Makefile index 7c4a2e2a180f..4c814ee005e7 100644 --- a/gnu/usr.bin/groff/src/devices/grotty/Makefile +++ b/gnu/usr.bin/groff/src/devices/grotty/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:49 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grotty/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ DIST_SUBDIR= src/devices/grotty diff --git a/gnu/usr.bin/groff/src/libs/Makefile b/gnu/usr.bin/groff/src/libs/Makefile index 9b1e706be76a..5c64e0269f35 100644 --- a/gnu/usr.bin/groff/src/libs/Makefile +++ b/gnu/usr.bin/groff/src/libs/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.2 2003/06/30 18:47:49 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/libs/Makefile,v 1.1 2001/04/17 12:37:08 ru Exp $ SUBDIR= libgroff libdriver libbib diff --git a/gnu/usr.bin/groff/src/libs/Makefile.inc b/gnu/usr.bin/groff/src/libs/Makefile.inc index 3f98e072aa9e..5f64b1953e79 100644 --- a/gnu/usr.bin/groff/src/libs/Makefile.inc +++ b/gnu/usr.bin/groff/src/libs/Makefile.inc @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:49 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/libs/Makefile.inc,v 1.1 2001/04/17 12:37:08 ru Exp $ .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/libs/libbib/Makefile b/gnu/usr.bin/groff/src/libs/libbib/Makefile index 349dbe926a56..ad41bc5e6045 100644 --- a/gnu/usr.bin/groff/src/libs/libbib/Makefile +++ b/gnu/usr.bin/groff/src/libs/libbib/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:50 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/libs/libbib/Makefile,v 1.3 2003/05/01 13:22:19 ru Exp $ DIST_SUBDIR= src/libs/libbib diff --git a/gnu/usr.bin/groff/src/libs/libdriver/Makefile b/gnu/usr.bin/groff/src/libs/libdriver/Makefile index f02bddda0018..0eca5777f7c2 100644 --- a/gnu/usr.bin/groff/src/libs/libdriver/Makefile +++ b/gnu/usr.bin/groff/src/libs/libdriver/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:50 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/libs/libdriver/Makefile,v 1.3 2003/05/01 13:22:19 ru Exp $ DIST_SUBDIR= src/libs/libdriver diff --git a/gnu/usr.bin/groff/src/libs/libgroff/Makefile b/gnu/usr.bin/groff/src/libs/libgroff/Makefile index e15b50e52cd4..1397e90b25d3 100644 --- a/gnu/usr.bin/groff/src/libs/libgroff/Makefile +++ b/gnu/usr.bin/groff/src/libs/libgroff/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:50 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/libs/libgroff/Makefile,v 1.5 2003/05/01 13:22:19 ru Exp $ DIST_SUBDIR= src/libs/libgroff diff --git a/gnu/usr.bin/groff/src/preproc/Makefile b/gnu/usr.bin/groff/src/preproc/Makefile index 411115b49cb9..2c13dca14c57 100644 --- a/gnu/usr.bin/groff/src/preproc/Makefile +++ b/gnu/usr.bin/groff/src/preproc/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.2 2003/06/30 18:47:51 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/Makefile,v 1.2 2002/10/29 14:56:06 ru Exp $ SUBDIR= eqn grn html pic refer soelim tbl diff --git a/gnu/usr.bin/groff/src/preproc/Makefile.inc b/gnu/usr.bin/groff/src/preproc/Makefile.inc index d77fd94a8a07..1bb51abf29e2 100644 --- a/gnu/usr.bin/groff/src/preproc/Makefile.inc +++ b/gnu/usr.bin/groff/src/preproc/Makefile.inc @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:51 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/Makefile.inc,v 1.1 2001/04/17 12:37:09 ru Exp $ .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/preproc/eqn/Makefile b/gnu/usr.bin/groff/src/preproc/eqn/Makefile index a3cb9b10a079..9c0c2b4560b3 100644 --- a/gnu/usr.bin/groff/src/preproc/eqn/Makefile +++ b/gnu/usr.bin/groff/src/preproc/eqn/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:51 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ DIST_SUBDIR= src/preproc/eqn diff --git a/gnu/usr.bin/groff/src/preproc/grn/Makefile b/gnu/usr.bin/groff/src/preproc/grn/Makefile index 5c33c4552da1..d2bb43868225 100644 --- a/gnu/usr.bin/groff/src/preproc/grn/Makefile +++ b/gnu/usr.bin/groff/src/preproc/grn/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:51 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/grn/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ DIST_SUBDIR= src/preproc/grn diff --git a/gnu/usr.bin/groff/src/preproc/html/Makefile b/gnu/usr.bin/groff/src/preproc/html/Makefile index 2e31ba6b9de6..6211fb25ea82 100644 --- a/gnu/usr.bin/groff/src/preproc/html/Makefile +++ b/gnu/usr.bin/groff/src/preproc/html/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:51 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/html/Makefile,v 1.5 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/preproc/html diff --git a/gnu/usr.bin/groff/src/preproc/pic/Makefile b/gnu/usr.bin/groff/src/preproc/pic/Makefile index 50fea9cf411a..3b36a2bb0900 100644 --- a/gnu/usr.bin/groff/src/preproc/pic/Makefile +++ b/gnu/usr.bin/groff/src/preproc/pic/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:52 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/pic/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/preproc/pic diff --git a/gnu/usr.bin/groff/src/preproc/refer/Makefile b/gnu/usr.bin/groff/src/preproc/refer/Makefile index a0942b7dacc1..5985b408dcea 100644 --- a/gnu/usr.bin/groff/src/preproc/refer/Makefile +++ b/gnu/usr.bin/groff/src/preproc/refer/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:52 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/refer/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/preproc/refer diff --git a/gnu/usr.bin/groff/src/preproc/soelim/Makefile b/gnu/usr.bin/groff/src/preproc/soelim/Makefile index 43cc3c41bbd4..c17a46f85343 100644 --- a/gnu/usr.bin/groff/src/preproc/soelim/Makefile +++ b/gnu/usr.bin/groff/src/preproc/soelim/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:52 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/soelim/Makefile,v 1.3 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/preproc/soelim diff --git a/gnu/usr.bin/groff/src/preproc/tbl/Makefile b/gnu/usr.bin/groff/src/preproc/tbl/Makefile index 03f1cedc0a5f..fa5b576fa954 100644 --- a/gnu/usr.bin/groff/src/preproc/tbl/Makefile +++ b/gnu/usr.bin/groff/src/preproc/tbl/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:53 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/tbl/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/preproc/tbl diff --git a/gnu/usr.bin/groff/src/roff/Makefile b/gnu/usr.bin/groff/src/roff/Makefile index cc739ce05341..e081f7fa2031 100644 --- a/gnu/usr.bin/groff/src/roff/Makefile +++ b/gnu/usr.bin/groff/src/roff/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:53 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/roff/Makefile,v 1.1 2001/04/17 12:37:12 ru Exp $ SUBDIR= groff grog nroff troff diff --git a/gnu/usr.bin/groff/src/roff/Makefile.inc b/gnu/usr.bin/groff/src/roff/Makefile.inc index c7643ca50940..ac0829e9abd6 100644 --- a/gnu/usr.bin/groff/src/roff/Makefile.inc +++ b/gnu/usr.bin/groff/src/roff/Makefile.inc @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:53 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/roff/Makefile.inc,v 1.1 2001/04/17 12:37:12 ru Exp $ .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile b/gnu/usr.bin/groff/src/roff/groff/Makefile index dfbf37d91d86..940810456632 100644 --- a/gnu/usr.bin/groff/src/roff/groff/Makefile +++ b/gnu/usr.bin/groff/src/roff/groff/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:53 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/roff/groff/Makefile,v 1.7 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/roff/groff diff --git a/gnu/usr.bin/groff/src/roff/grog/Makefile b/gnu/usr.bin/groff/src/roff/grog/Makefile index b280b0409be2..ec6d0ab05dfe 100644 --- a/gnu/usr.bin/groff/src/roff/grog/Makefile +++ b/gnu/usr.bin/groff/src/roff/grog/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:54 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/roff/grog/Makefile,v 1.1 2001/04/17 12:37:12 ru Exp $ DIST_SUBDIR= src/roff/grog diff --git a/gnu/usr.bin/groff/src/roff/nroff/Makefile b/gnu/usr.bin/groff/src/roff/nroff/Makefile index c8d1882382d9..6e4d03dd9823 100644 --- a/gnu/usr.bin/groff/src/roff/nroff/Makefile +++ b/gnu/usr.bin/groff/src/roff/nroff/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:54 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/roff/nroff/Makefile,v 1.1 2001/04/17 12:37:13 ru Exp $ DIST_SUBDIR= src/roff/nroff diff --git a/gnu/usr.bin/groff/src/roff/psroff/Makefile b/gnu/usr.bin/groff/src/roff/psroff/Makefile index 834876737134..8861d42888d7 100644 --- a/gnu/usr.bin/groff/src/roff/psroff/Makefile +++ b/gnu/usr.bin/groff/src/roff/psroff/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:54 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/roff/psroff/Makefile,v 1.1 2001/04/17 12:37:13 ru Exp $ DIST_SUBDIR= src/roff/psroff diff --git a/gnu/usr.bin/groff/src/roff/troff/Makefile b/gnu/usr.bin/groff/src/roff/troff/Makefile index ebc9e943af3e..2a215f8dbf9b 100644 --- a/gnu/usr.bin/groff/src/roff/troff/Makefile +++ b/gnu/usr.bin/groff/src/roff/troff/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:54 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/roff/troff/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/roff/troff diff --git a/gnu/usr.bin/groff/src/utils/Makefile b/gnu/usr.bin/groff/src/utils/Makefile index fc3e393f0efc..a65f63046337 100644 --- a/gnu/usr.bin/groff/src/utils/Makefile +++ b/gnu/usr.bin/groff/src/utils/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:55 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/Makefile,v 1.1 2001/04/17 12:37:15 ru Exp $ SUBDIR= addftinfo hpftodit indxbib lkbib lookbib pfbtops tfmtodit diff --git a/gnu/usr.bin/groff/src/utils/Makefile.inc b/gnu/usr.bin/groff/src/utils/Makefile.inc index 71c84a267cff..03725c6235cf 100644 --- a/gnu/usr.bin/groff/src/utils/Makefile.inc +++ b/gnu/usr.bin/groff/src/utils/Makefile.inc @@ -1,3 +1,5 @@ +# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:55 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/Makefile.inc,v 1.1 2001/04/17 12:37:15 ru Exp $ .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/utils/addftinfo/Makefile b/gnu/usr.bin/groff/src/utils/addftinfo/Makefile index 6033c836d16e..ddb8058433a0 100644 --- a/gnu/usr.bin/groff/src/utils/addftinfo/Makefile +++ b/gnu/usr.bin/groff/src/utils/addftinfo/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:55 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/addftinfo/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/utils/addftinfo diff --git a/gnu/usr.bin/groff/src/utils/afmtodit/Makefile b/gnu/usr.bin/groff/src/utils/afmtodit/Makefile index 8c4c6677569a..d3992fe6548d 100644 --- a/gnu/usr.bin/groff/src/utils/afmtodit/Makefile +++ b/gnu/usr.bin/groff/src/utils/afmtodit/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:55 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/afmtodit/Makefile,v 1.1 2001/04/17 12:37:15 ru Exp $ DIST_SUBDIR= src/utils/afmtodit diff --git a/gnu/usr.bin/groff/src/utils/hpftodit/Makefile b/gnu/usr.bin/groff/src/utils/hpftodit/Makefile index 1d39febd4431..2bb5ee16aaa5 100644 --- a/gnu/usr.bin/groff/src/utils/hpftodit/Makefile +++ b/gnu/usr.bin/groff/src/utils/hpftodit/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:55 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/utils/hpftodit diff --git a/gnu/usr.bin/groff/src/utils/indxbib/Makefile b/gnu/usr.bin/groff/src/utils/indxbib/Makefile index 91612ce376e9..25a90c82a9a7 100644 --- a/gnu/usr.bin/groff/src/utils/indxbib/Makefile +++ b/gnu/usr.bin/groff/src/utils/indxbib/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:56 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/indxbib/Makefile,v 1.7 2003/05/01 13:22:21 ru Exp $ DIST_SUBDIR= src/utils/indxbib diff --git a/gnu/usr.bin/groff/src/utils/lkbib/Makefile b/gnu/usr.bin/groff/src/utils/lkbib/Makefile index c02eb86817ea..204b76dce5e4 100644 --- a/gnu/usr.bin/groff/src/utils/lkbib/Makefile +++ b/gnu/usr.bin/groff/src/utils/lkbib/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:56 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/lkbib/Makefile,v 1.4 2003/05/01 13:22:21 ru Exp $ DIST_SUBDIR= src/utils/lkbib diff --git a/gnu/usr.bin/groff/src/utils/lookbib/Makefile b/gnu/usr.bin/groff/src/utils/lookbib/Makefile index ab2b9d1f3ed9..fe196453e6cd 100644 --- a/gnu/usr.bin/groff/src/utils/lookbib/Makefile +++ b/gnu/usr.bin/groff/src/utils/lookbib/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:56 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/lookbib/Makefile,v 1.4 2003/05/01 13:22:21 ru Exp $ DIST_SUBDIR= src/utils/lookbib diff --git a/gnu/usr.bin/groff/src/utils/pfbtops/Makefile b/gnu/usr.bin/groff/src/utils/pfbtops/Makefile index 5fa905f06587..ca6528803715 100644 --- a/gnu/usr.bin/groff/src/utils/pfbtops/Makefile +++ b/gnu/usr.bin/groff/src/utils/pfbtops/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:56 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/pfbtops/Makefile,v 1.1 2001/04/17 12:37:17 ru Exp $ DIST_SUBDIR= src/utils/pfbtops diff --git a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile index aff33287279f..05000e3a17f9 100644 --- a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile +++ b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:57 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile,v 1.4 2003/05/01 13:22:21 ru Exp $ DIST_SUBDIR= src/utils/tfmtodit diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index fb44b185333b..1b469d8cab86 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.15 2003/06/30 18:47:57 wiz Exp $ + # $FreeBSD: src/gnu/usr.bin/groff/tmac/Makefile,v 1.41 2003/05/01 13:22:21 ru Exp $ TMACOWN?= ${BINOWN}