diff options
| author | wiz <wiz@NetBSD.org> | 2003-06-30 18:47:40 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-06-30 18:47:40 +0000 |
| commit | cfb68b0dce2024a3e5ba1c09ba08741429fd4d24 (patch) | |
| tree | a87cceb47940e56deb79aadf9f5bdc9994cf317b /gnu | |
| parent | 25ef1dbed774914174e23c9d508c012a9a1ea91e (diff) | |
Add NetBSD RCS Id.
Diffstat (limited to 'gnu')
67 files changed, 134 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/Makefile b/gnu/usr.bin/groff/Makefile index 3bfe9b62752..37df912988f 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 490286142bf..55e60d74c83 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 ec60e6b0497..d7cb2b937eb 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 fe0b535b936..898bbe1d37f 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 f50ac0289ca..518c6af4dde 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 c411e560c22..0543403fb91 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 c4ccea7208f..4c4600a3005 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 9be9ef22cb7..bbf440800fb 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 0ad90ae6621..36085c0fece 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 837f97bb2e4..18786cd8adc 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 69765bf6bc5..191e29bcf81 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 fc95cdb408d..dd51589ae44 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 1bc845b561b..adb32ee819e 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 3ffbe8c8076..ec3a2224a66 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 be4ef445a67..ab6a40298f6 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 4331d533888..4efa2c16fc6 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 ba292abf9dc..0d250b17217 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 9e9b60a0443..82d9750b73e 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 28094560cfb..829ed7f179d 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 07c3881fb87..8f1d9149034 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 a3586cf6ca8..54bcd76056f 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 001abd71fc8..9f6ff15b836 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 68f260c1938..c5ada93a069 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 56d1fdcb305..e7b095966ca 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 872dd0bb8af..b3340812ddd 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 4e4c1e42db6..e5335d409a7 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 e18d64543f8..75a8732ecf6 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 6e83166bebb..05c0a2b8584 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 e757343f5b6..73dca148f96 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 794a27fdd79..75ced4339b5 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 235e97cb189..f5b3739f7d4 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 2102499251f..c3d4a8711e8 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 1aabc663bc2..dcad9827cbb 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 25649669544..c901cf1e51d 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 7c4a2e2a180..4c814ee005e 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 9b1e706be76..5c64e0269f3 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 3f98e072aa9..5f64b1953e7 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 349dbe926a5..ad41bc5e604 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 f02bddda001..0eca5777f7c 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 e15b50e52cd..1397e90b25d 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 411115b49cb..2c13dca14c5 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 d77fd94a8a0..1bb51abf29e 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 a3cb9b10a07..9c0c2b4560b 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 5c33c4552da..d2bb4386822 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 2e31ba6b9de..6211fb25ea8 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 50fea9cf411..3b36a2bb090 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 a0942b7dacc..5985b408dce 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 43cc3c41bbd..c17a46f8534 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 03f1cedc0a5..fa5b576fa95 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 cc739ce0534..e081f7fa203 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 c7643ca5094..ac0829e9abd 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 dfbf37d91d8..94081045663 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 b280b0409be..ec6d0ab05df 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 c8d1882382d..6e4d03dd982 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 83487673713..8861d42888d 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 ebc9e943af3..2a215f8dbf9 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 fc3e393f0ef..a65f6304633 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 71c84a267cf..03725c6235c 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 6033c836d16..ddb8058433a 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 8c4c6677569..d3992fe6548 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 1d39febd443..2bb5ee16aaa 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 91612ce376e..25a90c82a9a 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 c02eb86817e..204b76dce5e 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 ab2b9d1f3ed..fe196453e6c 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 5fa905f0658..ca652880371 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 aff33287279..05000e3a17f 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 fb44b185333..1b469d8cab8 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} |
