FreeBSD Bugzilla – Attachment 11972 Details for
Bug 23367
some src/gnu Makefiles are missing $FreeBSD$
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 47.07 KB, created by
clefevre
on 2000-12-08 00:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
clefevre
Created:
2000-12-08 00:10:00 UTC
Size:
47.07 KB
patch
obsolete
>Index: libexec/uucp/Makefile.inc >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/Makefile.inc,v >retrieving revision 1.8 >diff -u -r1.8 Makefile.inc >--- libexec/uucp/Makefile.inc 1996/06/24 04:22:39 1.8 >+++ libexec/uucp/Makefile.inc 2000/12/07 23:38:42 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > .if exists(${.OBJDIR}/../libunix) > LIBUNIX= $(.OBJDIR)/../libunix/libunix.a > .else >Index: libexec/uucp/cu/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/cu/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- libexec/uucp/cu/Makefile 1999/08/27 23:33:06 1.8 >+++ libexec/uucp/cu/Makefile 2000/12/07 23:44:51 >@@ -8,6 +8,7 @@ > > PROG= cu > SRCS= cu.c prot.c log.c chat.c conn.c copy.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/doc/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/doc/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- libexec/uucp/doc/Makefile 1997/01/11 03:11:35 1.3 >+++ libexec/uucp/doc/Makefile 2000/12/07 23:41:58 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > INFO= uucp > INFOSECTION= "System Utilities" > >Index: libexec/uucp/libunix/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/libunix/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- libexec/uucp/libunix/Makefile 1999/08/27 23:33:07 1.7 >+++ libexec/uucp/libunix/Makefile 2000/12/07 23:44:59 >@@ -11,6 +11,7 @@ > serial.c signal.c sindir.c size.c sleep.c spawn.c splcmd.c \ > splnam.c spool.c srmdir.c statsb.c status.c sync.c tcp.c \ > time.c tli.c tmpfil.c trunc.c uacces.c ufopen.c uid.c ultspl.c \ >+ > unknwn.c uuto.c walk.c wldcrd.c work.c xqtfil.c xqtsub.c ftw.c > CFLAGS+= -I$(.CURDIR)/../common_sources \ > -DOWNER=\"$(owner)\" -DSBINDIR=\"$(libxdir)\" >Index: libexec/uucp/libuuconf/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/libuuconf/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- libexec/uucp/libuuconf/Makefile 1999/08/27 23:33:13 1.6 >+++ libexec/uucp/libuuconf/Makefile 2000/12/07 23:45:05 >@@ -15,6 +15,7 @@ > tinit.c tlocnm.c tport.c tportc.c tsinfo.c tsnams.c tsys.c \ > tval.c ugtlin.c unk.c val.c vinit.c vport.c vsinfo.c vsnams.c \ > vsys.c >+ > CFLAGS+= -I$(.CURDIR)/../common_sources \ > -DNEWCONFIGLIB=\"$(newconfigdir)\"\ > -DOLDCONFIGLIB=\"$(oldconfigdir)\" >Index: libexec/uucp/libuucp/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/libuucp/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- libexec/uucp/libuucp/Makefile 1999/08/27 23:33:42 1.6 >+++ libexec/uucp/libuucp/Makefile 2000/12/07 23:45:27 >@@ -2,9 +2,9 @@ > # $FreeBSD: src/gnu/libexec/uucp/libuucp/Makefile,v 1.6 1999/08/27 23:33:42 peter Exp $ > > LIB= uucp >-SRCS = buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c spool.c \ >- status.c xfree.c xmall.c xreall.c \ >- getlin.c >+SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c spool.c \ >+ status.c xfree.c xmall.c xreall.c getlin.c >+ > CFLAGS+= -I$(.CURDIR)/../common_sources > > NOMAN= noman >Index: libexec/uucp/uuchk/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uuchk/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- libexec/uucp/uuchk/Makefile 1999/08/27 23:33:45 1.8 >+++ libexec/uucp/uuchk/Makefile 2000/12/07 23:42:59 >@@ -5,7 +5,7 @@ > > PROG= uuchk > MAN8= uuchk.8 >-SRCS= uuchk.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/uucico/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uucico/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- libexec/uucp/uucico/Makefile 1999/08/27 23:33:47 1.12 >+++ libexec/uucp/uucico/Makefile 2000/12/07 23:45:56 >@@ -7,15 +7,15 @@ > BINMODE= 6555 > > PROG= uucico >+MAN8= uucico.8 > SRCS= uucico.c trans.c send.c rec.c xcmd.c prot.c protg.c protf.c \ > prott.c prote.c proti.c protj.c proty.c protz.c time.c log.c \ > chat.c conn.c util.c copy.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ > -DVERSION=\"$(VERSION)\" -DOWNER=\"$(owner)\" >- >-MAN8= uucico.8 > > .include <bsd.prog.mk> > .PATH: $(.CURDIR)/../common_sources >Index: libexec/uucp/uuconv/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uuconv/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- libexec/uucp/uuconv/Makefile 1999/08/27 23:33:53 1.9 >+++ libexec/uucp/uuconv/Makefile 2000/12/07 23:43:19 >@@ -4,7 +4,7 @@ > BINDIR= $(sbindir) > > PROG= uuconv >-SRCS= uuconv.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/uucp/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uucp/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- libexec/uucp/uucp/Makefile 1999/08/27 23:33:55 1.6 >+++ libexec/uucp/uucp/Makefile 2000/12/07 23:46:03 >@@ -7,6 +7,7 @@ > > PROG= uucp > SRCS= uucp.c util.c log.c copy.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/uulog/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uulog/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- libexec/uucp/uulog/Makefile 1999/08/27 23:33:56 1.5 >+++ libexec/uucp/uulog/Makefile 2000/12/07 23:46:08 >@@ -5,6 +5,7 @@ > > PROG= uulog > SRCS= uulog.c log.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/uuname/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uuname/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- libexec/uucp/uuname/Makefile 1999/08/27 23:33:58 1.5 >+++ libexec/uucp/uuname/Makefile 2000/12/07 23:46:12 >@@ -7,6 +7,7 @@ > > PROG= uuname > SRCS= uuname.c log.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/uupick/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uupick/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- libexec/uucp/uupick/Makefile 1999/08/27 23:34:00 1.5 >+++ libexec/uucp/uupick/Makefile 2000/12/07 23:46:15 >@@ -5,6 +5,7 @@ > > PROG= uupick > SRCS= uupick.c log.c copy.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/uusched/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uusched/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- libexec/uucp/uusched/Makefile 1999/08/27 23:34:01 1.12 >+++ libexec/uucp/uusched/Makefile 2000/12/07 23:46:25 >@@ -2,9 +2,11 @@ > # $FreeBSD: src/gnu/libexec/uucp/uusched/Makefile,v 1.12 1999/08/27 23:34:01 peter Exp $ > > BINDIR= $(bindir) >-CLEANFILES+= $(ONESHPROG) >+ > ONESHPROG= uusched > MAN8= uusched.8 >+ >+CLEANFILES+= $(ONESHPROG) > > all: $(ONESHPROG) > >Index: libexec/uucp/uustat/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uustat/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- libexec/uucp/uustat/Makefile 1999/08/27 23:34:02 1.5 >+++ libexec/uucp/uustat/Makefile 2000/12/07 23:44:11 >@@ -8,6 +8,7 @@ > > PROG= uustat > SRCS= uustat.c util.c log.c copy.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/uuto/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uuto/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- libexec/uucp/uuto/Makefile 1999/08/27 23:34:04 1.10 >+++ libexec/uucp/uuto/Makefile 2000/12/07 23:44:19 >@@ -2,9 +2,11 @@ > # $FreeBSD: src/gnu/libexec/uucp/uuto/Makefile,v 1.10 1999/08/27 23:34:04 peter Exp $ > > BINDIR= $(bindir) >-CLEANFILES+= $(ONESHPROG) >+ > ONESHPROG= uuto > MAN1= uuto.1 >+ >+CLEANFILES+= $(ONESHPROG) > > all: $(ONESHPROG) > >Index: libexec/uucp/uux/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uux/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- libexec/uucp/uux/Makefile 1999/08/27 23:34:05 1.6 >+++ libexec/uucp/uux/Makefile 2000/12/07 23:44:28 >@@ -7,6 +7,7 @@ > > PROG= uux > SRCS= uux.c util.c log.c copy.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ >Index: libexec/uucp/uuxqt/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/libexec/uucp/uuxqt/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- libexec/uucp/uuxqt/Makefile 1999/08/27 23:34:07 1.10 >+++ libexec/uucp/uuxqt/Makefile 2000/12/07 23:46:34 >@@ -7,13 +7,13 @@ > BINMODE= 6550 > > PROG= uuxqt >+MAN8= uuxqt.8 > SRCS= uuxqt.c util.c log.c copy.c >+ > LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) > CFLAGS+= -I$(.CURDIR)/../common_sources\ > -DVERSION=\"$(VERSION)\" -DOWNER=\"$(owner)\" >- >-MAN8= uuxqt.8 > > .include <bsd.prog.mk> > .PATH: $(.CURDIR)/../common_sources >Index: usr.bin/binutils/addr2line/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/binutils/addr2line/Makefile,v >retrieving revision 1.3.2.1 >diff -u -r1.3.2.1 Makefile >--- usr.bin/binutils/addr2line/Makefile 2000/07/06 22:15:41 1.3.2.1 >+++ usr.bin/binutils/addr2line/Makefile 2000/12/07 23:13:26 >@@ -5,7 +5,7 @@ > .PATH: ${SRCDIR}/binutils > > PROG= addr2line >-SRCS= addr2line.c >+ > CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils > CFLAGS+= -I${SRCDIR}/binutils > DPADD= ${RELTOP}/libbinutils/libbinutils.a >Index: usr.bin/binutils/gdbreplay/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/binutils/gdbreplay/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- usr.bin/binutils/gdbreplay/Makefile 1999/08/27 23:34:50 1.6 >+++ usr.bin/binutils/gdbreplay/Makefile 2000/12/07 23:13:57 >@@ -12,8 +12,6 @@ > PROG= gdbreplay > NOMAN= yes > >-SRCS= gdbreplay.c >- > CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH} > CFLAGS+= -I${GDBDIR}/gdb > CFLAGS+= -I${GDBDIR}/gdb/config >Index: usr.bin/binutils/nm/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/binutils/nm/Makefile,v >retrieving revision 1.4.2.1 >diff -u -r1.4.2.1 Makefile >--- usr.bin/binutils/nm/Makefile 2000/07/06 22:16:10 1.4.2.1 >+++ usr.bin/binutils/nm/Makefile 2000/12/07 23:14:14 >@@ -5,7 +5,7 @@ > .PATH: ${SRCDIR}/binutils > > PROG= nm >-SRCS= nm.c >+ > CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils > CFLAGS+= -I${SRCDIR}/binutils > DPADD= ${RELTOP}/libbinutils/libbinutils.a >Index: usr.bin/binutils/readelf/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/binutils/readelf/Makefile,v >retrieving revision 1.1.2.1 >diff -u -r1.1.2.1 Makefile >--- usr.bin/binutils/readelf/Makefile 2000/11/25 10:38:21 1.1.2.1 >+++ usr.bin/binutils/readelf/Makefile 2000/12/07 22:59:05 >@@ -9,7 +9,6 @@ > > PROG= readelf > NOMAN= yes >-SRCS= ${PROG}.c > CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -I${SRCDIR}/binutils > > DPADD= ${RELTOP}/libbinutils/libbinutils.a >Index: usr.bin/binutils/size/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/binutils/size/Makefile,v >retrieving revision 1.4.2.1 >diff -u -r1.4.2.1 Makefile >--- usr.bin/binutils/size/Makefile 2000/07/06 22:16:11 1.4.2.1 >+++ usr.bin/binutils/size/Makefile 2000/12/07 23:14:39 >@@ -5,7 +5,7 @@ > .PATH: ${SRCDIR}/binutils > > PROG= size >-SRCS= size.c >+ > CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils > CFLAGS+= -I${SRCDIR}/binutils > DPADD= ${RELTOP}/libbinutils/libbinutils.a >Index: usr.bin/binutils/strings/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/binutils/strings/Makefile,v >retrieving revision 1.4.2.1 >diff -u -r1.4.2.1 Makefile >--- usr.bin/binutils/strings/Makefile 2000/07/06 22:16:12 1.4.2.1 >+++ usr.bin/binutils/strings/Makefile 2000/12/07 23:14:42 >@@ -5,7 +5,7 @@ > .PATH: ${SRCDIR}/binutils > > PROG= strings >-SRCS= strings.c >+ > CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils > CFLAGS+= -I${SRCDIR}/binutils > DPADD= ${RELTOP}/libbinutils/libbinutils.a >Index: usr.bin/cpio/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/cpio/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- usr.bin/cpio/Makefile 1999/08/27 23:35:23 1.7 >+++ usr.bin/cpio/Makefile 2000/12/07 22:59:40 >@@ -8,7 +8,6 @@ > SUBDIR= doc > > PROG= cpio >-MAN1= cpio.1 > > CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../../contrib/cpio > CFLAGS+= -DRETSIGTYPE=void -DHAVE_SYS_MTIO_H=1 -DSTDC_HEADERS=1 \ >Index: usr.bin/cvs/Makefile.inc >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/cvs/Makefile.inc,v >retrieving revision 1.5 >diff -u -r1.5 Makefile.inc >--- usr.bin/cvs/Makefile.inc 1998/01/26 04:21:51 1.5 >+++ usr.bin/cvs/Makefile.inc 2000/12/07 22:44:27 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > .if !defined(CVSDIR) > > CVSDIR= $(.CURDIR)/../../../../contrib/cvs >Index: usr.bin/dialog/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/dialog/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- usr.bin/dialog/Makefile 2000/01/07 13:34:56 1.8 >+++ usr.bin/dialog/Makefile 2000/12/07 23:00:27 >@@ -4,7 +4,6 @@ > SUBDIR= TESTS > > PROG= dialog >-MAN1= dialog.1 > > CFLAGS+= -Wall -Wstrict-prototypes > >Index: usr.bin/gperf/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/gperf/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/gperf/Makefile 1999/08/27 23:35:35 1.4 >+++ usr.bin/gperf/Makefile 2000/12/07 23:00:49 >@@ -6,7 +6,6 @@ > SUBDIR= doc > > PROG= gperf >-MAN1= gperf.1 > > CFLAGS+= -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS #-DRLIMIT_STACK > >Index: usr.bin/groff/Makefile.inc >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/Makefile.inc,v >retrieving revision 2.3 >diff -u -r2.3 Makefile.inc >--- usr.bin/groff/Makefile.inc 1997/05/23 06:17:21 2.3 >+++ usr.bin/groff/Makefile.inc 2000/12/07 22:45:19 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > GROFF_DIST?= ${.CURDIR}/../../../../contrib/groff > DIST_DIR= ${GROFF_DIST}/${.CURDIR:T} > CFLAGS+= -fno-for-scope >Index: usr.bin/groff/Makefile.tty >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/Makefile.tty,v >retrieving revision 2.2 >diff -u -r2.2 Makefile.tty >--- usr.bin/groff/Makefile.tty 1996/09/09 18:05:02 2.2 >+++ usr.bin/groff/Makefile.tty 2000/12/07 22:45:48 >@@ -1,5 +1,7 @@ > # @(#)Makefile.tty 6.1 (Berkeley) 3/3/91 > # >+# $FreeBSD$ >+# > # Modified for Berkeley Unix by Donn Seeley, donn@okeeffe.berkeley.edu > # > #Copyright (C) 1989, 1990 Free Software Foundation, Inc. >Index: usr.bin/groff/addftinfo/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/addftinfo/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/groff/addftinfo/Makefile 1996/09/08 01:27:15 1.4 >+++ usr.bin/groff/addftinfo/Makefile 2000/12/07 23:24:43 >@@ -1,12 +1,15 @@ >+# $FreeBSD$ >+# > # Makefile for addftinfo > > PROG= addftinfo > SRCS= addftinfo.cc guess.cc >+ > #CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBGROFF} > DPADD+= ${LIBGROFF} > >-MANDEPEND= addftinfo.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/devascii/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/devascii/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/groff/devascii/Makefile 1996/09/08 01:27:24 1.4 >+++ usr.bin/groff/devascii/Makefile 2000/12/07 22:46:14 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+# > # Makefile for devascii > > DEV= ascii >Index: usr.bin/groff/devdvi/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/devdvi/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/devdvi/Makefile 1996/09/09 18:05:16 1.5 >+++ usr.bin/groff/devdvi/Makefile 2000/12/07 22:46:41 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > DEV= dvi > FONTFILES= R I B BI CW MI S EX H HI HB SA SB DESC $(DEVGENFILES) > DEVGENFILES= generate/CompileFonts generate/Makefile generate/msam.map\ >Index: usr.bin/groff/devkoi8-r/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/devkoi8-r/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- usr.bin/groff/devkoi8-r/Makefile 1996/09/08 01:27:27 1.3 >+++ usr.bin/groff/devkoi8-r/Makefile 2000/12/07 22:46:53 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+# > # Makefile for devkoi8-r > > DEV= koi8-r >Index: usr.bin/groff/devlatin1/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/devlatin1/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- usr.bin/groff/devlatin1/Makefile 1996/09/08 01:27:28 1.3 >+++ usr.bin/groff/devlatin1/Makefile 2000/12/07 22:46:56 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+# > # Makefile for devlatin1 > > DEV= latin1 >Index: usr.bin/groff/devlj4/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/devlj4/Makefile,v >retrieving revision 2.2 >diff -u -r2.2 Makefile >--- usr.bin/groff/devlj4/Makefile 1996/09/09 18:05:18 2.2 >+++ usr.bin/groff/devlj4/Makefile 2000/12/07 23:25:33 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > DEV= lj4 > LJ4RES= 300 > LJ4PRINT= $(PSPRINT) >@@ -6,6 +8,7 @@ > LGB LGI LGR OB OBI OI OR TB TBI TI TR UB UBI UI UR \ > UCB UCBI UCI UCR CLARENDON CORONET MARIGOLD S > #DEVGENFILES= generate/Makefile generate/text.map generate/special.map >+ > CLEANFILES+= DESC > > .include "../Makefile.inc" >Index: usr.bin/groff/devps/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/devps/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/devps/Makefile 1996/09/09 18:05:19 1.5 >+++ usr.bin/groff/devps/Makefile 2000/12/07 22:47:14 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > DEV= ps > FONTS= S ZD ZDR SS AB ABI AI AR BMB BMBI BMI BMR \ > CB CBI CI CR HB HBI HI HR HNB HNBI HNI HNR \ >Index: usr.bin/groff/eqn/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/eqn/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- usr.bin/groff/eqn/Makefile 1999/08/27 23:35:43 1.12 >+++ usr.bin/groff/eqn/Makefile 2000/12/07 23:31:41 >@@ -4,11 +4,14 @@ > SRCS= eqn.cc eqn.tab.h main.cc lex.cc \ > box.cc limit.cc list.cc over.cc text.cc \ > script.cc mark.cc other.cc delim.cc sqrt.cc pile.cc special.cc >+ > CFLAGS+= -I. > DPADD= ${LIBGROFF} > LDADD= ${LIBGROFF} >+ > MAN1= eqn.1 neqn.1 >-CLEANFILES= eqn.cc eqn.tab.h ${MAN1} neqn y.tab.c y.tab.h >+MANDEPEND= ${MAN1} >+CLEANFILES+= ${MANDEPEND} eqn.cc eqn.tab.h neqn y.tab.c y.tab.h > > all: neqn > >Index: usr.bin/groff/grodvi/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/grodvi/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/grodvi/Makefile 1996/09/08 01:27:34 1.5 >+++ usr.bin/groff/grodvi/Makefile 2000/12/07 23:26:13 >@@ -1,12 +1,15 @@ >+# $FreeBSD$ >+# > # Makefile for grodvi > > PROG= grodvi > SRCS= dvi.cc >+ > #CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm > DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} > >-MANDEPEND= grodvi.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/groff/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/groff/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/groff/Makefile 1996/09/08 01:27:35 1.5 >+++ usr.bin/groff/groff/Makefile 2000/12/07 23:27:00 >@@ -1,12 +1,15 @@ >+# $FreeBSD$ >+# > # Makefile for groff > > PROG= groff > SRCS= groff.cc pipeline.c >+ > CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBGROFF} -lm > DPADD+= ${LIBGROFF} ${LIBM} > >-MANDEPEND= groff.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/grog/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/grog/Makefile,v >retrieving revision 1.1.2.1 >diff -u -r1.1.2.1 Makefile >--- usr.bin/groff/grog/Makefile 2000/08/18 06:32:26 1.1.2.1 >+++ usr.bin/groff/grog/Makefile 2000/12/07 23:32:15 >@@ -1,7 +1,8 @@ > # $FreeBSD: src/gnu/usr.bin/groff/grog/Makefile,v 1.1.2.1 2000/08/18 06:32:26 jhb Exp $ > > MAN1= grog.1 >-CLEANFILES= grog ${MAN1} >+MANDEPEND= ${MAN1} >+CLEANFILES+= grog ${MANDEPEND} > > all: grog > >Index: usr.bin/groff/grohtml/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/grohtml/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- usr.bin/groff/grohtml/Makefile 2000/01/12 13:14:27 1.1 >+++ usr.bin/groff/grohtml/Makefile 2000/12/07 23:21:55 >@@ -8,7 +8,7 @@ > LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm > DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} > >-MANDEPEND= grohtml.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/grolj4/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/grolj4/Makefile,v >retrieving revision 2.1.1.1 >diff -u -r2.1.1.1 Makefile >--- usr.bin/groff/grolj4/Makefile 1996/09/08 01:21:15 2.1.1.1 >+++ usr.bin/groff/grolj4/Makefile 2000/12/07 23:27:27 >@@ -1,12 +1,15 @@ >+# $FreeBSD$ >+# > # Makefile for grolj4 > > PROG= grolj4 > SRCS= lj4.cc >+ > #CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm > DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} > >-MANDEPEND= grolj4.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/grops/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/grops/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/grops/Makefile 1996/09/08 01:27:36 1.5 >+++ usr.bin/groff/grops/Makefile 2000/12/07 23:27:30 >@@ -1,12 +1,15 @@ >+# $FreeBSD$ >+# > # Makefile for grops > > PROG= grops > SRCS= ps.cc psrm.cc >+ > #CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm > DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} > >-MANDEPEND= grops.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/grotty/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/grotty/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/grotty/Makefile 1996/09/08 01:27:37 1.5 >+++ usr.bin/groff/grotty/Makefile 2000/12/07 23:27:34 >@@ -1,12 +1,15 @@ >+# $FreeBSD$ >+# > # Makefile for grotty > > PROG= grotty > SRCS= tty.cc >+ > #CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm > DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} > >-MANDEPEND= grotty.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/indxbib/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/indxbib/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- usr.bin/groff/indxbib/Makefile 1997/03/09 07:27:18 1.8 >+++ usr.bin/groff/indxbib/Makefile 2000/12/07 23:27:37 >@@ -1,12 +1,15 @@ >+# $FreeBSD$ >+# > # Makefile for indxbib > > PROG= indxbib > SRCS= indxbib.cc dirnamemax.c signal.c >+ > CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBBIB} ${LIBGROFF} -lm > DPADD+= ${LIBBIB} ${LIBGROFF} ${LIBM} > >-MANDEPEND= indxbib.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > beforeinstall: >Index: usr.bin/groff/libbib/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/libbib/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- usr.bin/groff/libbib/Makefile 1996/09/08 01:27:40 1.3 >+++ usr.bin/groff/libbib/Makefile 2000/12/07 23:27:41 >@@ -1,7 +1,10 @@ >+# $FreeBSD$ >+# > # Makefile for libbib > > LIB= bib > SRCS= common.cc index.cc linear.cc search.cc map.c >+ > CFLAGS+= -I$(.CURDIR)/../include > > NOMAN= noman >Index: usr.bin/groff/libdriver/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/libdriver/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/groff/libdriver/Makefile 1996/09/09 18:05:24 1.4 >+++ usr.bin/groff/libdriver/Makefile 2000/12/07 23:27:56 >@@ -1,7 +1,10 @@ >+# $FreeBSD$ >+# > # Makefile for libdriver > > LIB= driver > SRCS= input.cc printer.cc >+ > CFLAGS+= -I$(DIST_DIR)/../include > > NOMAN= noman >Index: usr.bin/groff/libgroff/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/libgroff/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- usr.bin/groff/libgroff/Makefile 1999/08/27 23:35:44 1.7 >+++ usr.bin/groff/libgroff/Makefile 2000/12/07 23:28:00 >@@ -11,6 +11,7 @@ > progname.cc ptable.cc searchpath.cc string.cc strsave.cc\ > tmpfile.cc illegal.cc version.cc > SRCS+= iftoa.c itoa.c matherr.c >+ > CFLAGS+= -I$(.CURDIR)/../include > > NOMAN= noman >Index: usr.bin/groff/lkbib/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/lkbib/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/lkbib/Makefile 1996/09/08 01:27:43 1.5 >+++ usr.bin/groff/lkbib/Makefile 2000/12/07 23:19:31 >@@ -1,12 +1,14 @@ >+# $FreeBSD$ >+# > # Makefile for lkbib > > PROG= lkbib >-SRCS= lkbib.cc >+ > CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBBIB} ${LIBGROFF} -lm > DPADD+= ${LIBBIB} ${LIBGROFF} ${LIBM} > >-MANDEPEND= lkbib.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/lookbib/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/lookbib/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/lookbib/Makefile 1996/09/08 01:27:44 1.5 >+++ usr.bin/groff/lookbib/Makefile 2000/12/07 23:19:45 >@@ -1,12 +1,14 @@ >+# $FreeBSD$ >+# > # Makefile for lookbib > > PROG= lookbib >-SRCS= lookbib.cc >+ > CFLAGS+= -I$(.CURDIR)/../include > LDADD+= $(LIBBIB) $(LIBGROFF) -lm > DPADD+= $(LIBBIB) $(LIBGROFF) $(LIBM) > >-MANDEPEND= lookbib.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/man/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/man/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/man/Makefile 1996/09/08 01:27:46 1.5 >+++ usr.bin/groff/man/Makefile 2000/12/07 22:48:34 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+# > # Makefile for manpages > > MAN5= groff_font.5 groff_out.5 >Index: usr.bin/groff/mm/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/mm/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- usr.bin/groff/mm/Makefile 1997/12/17 12:04:49 1.9 >+++ usr.bin/groff/mm/Makefile 2000/12/07 22:48:43 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > TMACOWN?= ${BINOWN} > TMACGRP?= ${BINGRP} > TMACMODE?= ${NOBINMODE} >Index: usr.bin/groff/nroff/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/nroff/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- usr.bin/groff/nroff/Makefile 1997/09/15 16:08:56 1.7 >+++ usr.bin/groff/nroff/Makefile 2000/12/07 22:48:52 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > MAN1= nroff.1 psroff.1 > MANDEPEND= nroff.1 psroff.1 > >Index: usr.bin/groff/pfbtops/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/pfbtops/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/groff/pfbtops/Makefile 1996/09/08 01:27:49 1.4 >+++ usr.bin/groff/pfbtops/Makefile 2000/12/07 23:19:51 >@@ -1,11 +1,13 @@ >+# $FreeBSD$ >+# > # Makefile for pfbtops > > PROG= pfbtops >-SRCS= pfbtops.c >+ > LDADD+= ${LIBGROFF} > DPADD+= ${LIBGROFF} > >-MANDEPEND= pfbtops.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/pic/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/pic/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- usr.bin/groff/pic/Makefile 1999/08/27 23:35:45 1.7 >+++ usr.bin/groff/pic/Makefile 2000/12/07 23:28:54 >@@ -3,10 +3,13 @@ > PROG= pic > SRCS= lex.cc main.cc object.cc pic.cc pic.tab.h \ > common.cc troff.cc tex.cc >+ > CFLAGS+= -I. > DPADD= ${LIBGROFF} ${LIBM} > LDADD= ${LIBGROFF} -lm >-CLEANFILES= ${MAN1} pic.cc pic.tab.h y.tab.c y.tab.h >+ >+MANDEPEND= ${MAN1} >+CLEANFILES= ${MANDEPEND} pic.cc pic.tab.h y.tab.c y.tab.h > > pic.tab.h: pic.cc > >Index: usr.bin/groff/psbb/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/psbb/Attic/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/groff/psbb/Makefile 1996/09/08 01:27:51 1.4 >+++ usr.bin/groff/psbb/Makefile 2000/12/07 23:23:28 >@@ -1,9 +1,10 @@ >+# $FreeBSD$ >+# > # Makefile for psbb > > PROG= psbb >-SRCS= psbb.c > >-MANDEPEND= psbb.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/refer/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/refer/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- usr.bin/groff/refer/Makefile 1999/08/27 23:35:46 1.7 >+++ usr.bin/groff/refer/Makefile 2000/12/07 23:33:49 >@@ -2,10 +2,13 @@ > > PROG= refer > SRCS= command.cc label.cc ref.cc refer.cc token.cc >+ > CFLAGS+= -I${.CURDIR}/../include > DPADD= ${LIBBIB} ${LIBGROFF} ${LIBM} > LDADD= ${LIBBIB} ${LIBGROFF} -lm >-CLEANFILES= label.cc label.tab.h ${MAN1} y.tab.c y.tab.h >+ >+MANDEPEND= ${MAN1} >+CLEANFILES+= ${MANDEPEND} label.cc label.tab.h y.tab.c y.tab.h > > .include "../Makefile.cfg" > .include <bsd.prog.mk> >Index: usr.bin/groff/tbl/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/tbl/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/tbl/Makefile 1996/09/08 01:27:53 1.5 >+++ usr.bin/groff/tbl/Makefile 2000/12/07 23:24:06 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+# > # Makefile for tbl > > PROG= tbl >@@ -6,7 +8,7 @@ > LDADD+= ${LIBGROFF} -lm > DPADD+= ${LIBGROFF} ${LIBM} > >-MANDEPEND= tbl.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/tfmtodit/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/tfmtodit/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/groff/tfmtodit/Makefile 1996/09/08 01:27:55 1.5 >+++ usr.bin/groff/tfmtodit/Makefile 2000/12/07 23:33:59 >@@ -1,12 +1,14 @@ >+# $FreeBSD$ >+# > # Makefile for tfmtodit > > PROG= tfmtodit >-SRCS= tfmtodit.cc >+ > CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBGROFF} -lm > DPADD+= ${LIBGROFF} ${LIBM} > >-MANDEPEND= tfmtodit.1 >+MANDEPEND= ${MAN1} > CLEANFILES+= ${MANDEPEND} > > .include "../Makefile.cfg" >Index: usr.bin/groff/tmac/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/tmac/Makefile,v >retrieving revision 1.21.2.1 >diff -u -r1.21.2.1 Makefile >--- usr.bin/groff/tmac/Makefile 2000/10/06 11:07:19 1.21.2.1 >+++ usr.bin/groff/tmac/Makefile 2000/12/07 23:34:07 >@@ -13,7 +13,8 @@ > MLINKS= groff_ms.7 ms.7 groff_me.7 me.7 groff_msafer.7 msafer.7 > LINKS= ${TMACDIR}/tmac.andoc ${TMACDIR}/tmac.an > >-CLEANFILES= ${MAN7} ${MDOCFILES} ${STRIPFILES} tmac.groff_an >+MANDEPEND= ${MAN7} >+CLEANFILES+= ${MANDEPEND} ${MDOCFILES} ${STRIPFILES} tmac.groff_an > > FILES= tmac.andoc tmac.pic tmac.ps tmac.psnew tmac.psold\ > tmac.pspic tmac.psatk tmac.dvi tmac.safer tmac.tty \ >Index: usr.bin/groff/troff/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/groff/troff/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- usr.bin/groff/troff/Makefile 1999/09/21 20:51:36 1.12 >+++ usr.bin/groff/troff/Makefile 2000/12/07 23:30:28 >@@ -3,12 +3,13 @@ > PROG= troff > SRCS= env.cc node.cc input.cc div.cc symbol.cc dictionary.cc reg.cc \ > number.cc majorminor.cc >+ > CFLAGS+= -I${.CURDIR}/../include > LDADD+= ${LIBGROFF} -lm > DPADD+= ${LIBGROFF} ${LIBM} >-MANDEPEND= troff.1 > >-CLEANFILES+= majorminor.cc ${MANDEPEND} >+MANDEPEND= ${MAN1} >+CLEANFILES+= ${MANDEPEND} majorminor.cc > > .include "../Makefile.inc" > >Index: usr.bin/ld/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/ld/Makefile,v >retrieving revision 1.30 >diff -u -r1.30 Makefile >--- usr.bin/ld/Makefile 2000/01/03 10:41:11 1.30 >+++ usr.bin/ld/Makefile 2000/12/07 22:51:27 >@@ -1,5 +1,4 @@ > # $FreeBSD: src/gnu/usr.bin/ld/Makefile,v 1.30 2000/01/03 10:41:11 obrien Exp $ >-# > > RTLD= ${.CURDIR}/../../../libexec/rtld-aout > GCCDIR= ${.CURDIR}/../../../contrib/gcc >Index: usr.bin/man/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/man/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/man/Makefile 1996/03/10 18:59:11 1.4 >+++ usr.bin/man/Makefile 2000/12/07 22:49:45 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+# > # Master Makefile for man, manpath, apropos, whatis, and makewhatis > # > # You may distribute under the terms of the GNU General Public >Index: usr.bin/man/Makefile.inc >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/man/Makefile.inc,v >retrieving revision 1.17 >diff -u -r1.17 Makefile.inc >--- usr.bin/man/Makefile.inc 1999/07/30 19:35:56 1.17 >+++ usr.bin/man/Makefile.inc 2000/12/07 22:49:53 >@@ -1,3 +1,4 @@ >+# $FreeBSD$ > # > # Set a bunch of things to hardcoded paths so that we don't accidently > # pick up a user's own version of some utility and hose ourselves. >Index: usr.bin/man/apropos/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/man/apropos/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- usr.bin/man/apropos/Makefile 1999/08/27 23:36:07 1.15 >+++ usr.bin/man/apropos/Makefile 2000/12/07 22:50:00 >@@ -1,4 +1,5 @@ > # $FreeBSD: src/gnu/usr.bin/man/apropos/Makefile,v 1.15 1999/08/27 23:36:07 peter Exp $ >+ > MAINTAINER= wosch > > SHPROG= apropos >Index: usr.bin/man/catman/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/man/catman/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- usr.bin/man/catman/Makefile 1999/08/27 23:36:08 1.11 >+++ usr.bin/man/catman/Makefile 2000/12/07 23:07:41 >@@ -2,7 +2,6 @@ > > MAINTAINER= wosch > >- > MAN1= catman.1 > > beforeinstall: >Index: usr.bin/man/lib/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/man/lib/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- usr.bin/man/lib/Makefile 1998/03/20 12:13:10 1.11 >+++ usr.bin/man/lib/Makefile 2000/12/07 22:50:05 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > LIB= man > INTERNALLIB= true > INTERNALSTATICLIB= true >Index: usr.bin/man/makewhatis/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/man/makewhatis/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- usr.bin/man/makewhatis/Makefile 1999/08/27 23:36:10 1.16 >+++ usr.bin/man/makewhatis/Makefile 2000/12/07 22:50:09 >@@ -1,4 +1,5 @@ > # $FreeBSD: src/gnu/usr.bin/man/makewhatis/Makefile,v 1.16 1999/08/27 23:36:10 peter Exp $ >+ > MAINTAINER= wosch > > MAN1= makewhatis.1 >Index: usr.bin/man/man/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/man/man/Makefile,v >retrieving revision 1.27 >diff -u -r1.27 Makefile >--- usr.bin/man/man/Makefile 1999/08/27 23:36:12 1.27 >+++ usr.bin/man/man/Makefile 2000/12/07 23:08:47 >@@ -1,9 +1,7 @@ > # $FreeBSD: src/gnu/usr.bin/man/man/Makefile,v 1.27 1999/08/27 23:36:12 peter Exp $ >-# > > PROG= man > SRCS= man.c manpath.c glob.c >-MAN1= man.1 > BINOWN= man > BINMODE=4555 > INSTALLFLAGS+= -fschg >Index: usr.bin/man/manpath/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/man/manpath/Makefile,v >retrieving revision 1.22.2.1 >diff -u -r1.22.2.1 Makefile >--- usr.bin/man/manpath/Makefile 2000/12/05 08:11:12 1.22.2.1 >+++ usr.bin/man/manpath/Makefile 2000/12/07 23:10:49 >@@ -1,8 +1,6 @@ > # $FreeBSD: src/gnu/usr.bin/man/manpath/Makefile,v 1.22.2.1 2000/12/05 08:11:12 ru Exp $ > > PROG= manpath >-SRCS= manpath.c >-MAN1= manpath.1 > > DPADD= ${LIBMAN} > LDADD= ${LIBMAN} >Index: usr.bin/patch/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/patch/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- usr.bin/patch/Makefile 1998/01/21 14:37:13 1.6 >+++ usr.bin/patch/Makefile 2000/12/07 22:51:42 >@@ -1,6 +1,10 @@ >+# $FreeBSD$ >+ > PROG= patch >+ >+CFLAGS += -DHAVE_CONFIG_H >+ > SRCS = backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \ > version.c >-CFLAGS += -DHAVE_CONFIG_H >-MAN= patch.1 >+ > .include <bsd.prog.mk> >Index: usr.bin/ptx/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/ptx/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/ptx/Makefile 1995/01/16 17:46:30 1.5 >+++ usr.bin/ptx/Makefile 2000/12/07 22:37:47 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > PROG= ptx > SRCS= argmatch.c diacrit.c error.c getopt.c getopt1.c ptx.c xmalloc.c > >Index: usr.bin/ptx/doc/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/ptx/doc/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- usr.bin/ptx/doc/Makefile 1997/01/11 03:50:21 1.2 >+++ usr.bin/ptx/doc/Makefile 2000/12/07 22:52:53 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > INFO = ptx > INFOSECTION= "Documentation tools" > INFOENTRY_ptx= "* PTX: (ptx). GNU permuted index generator." >Index: usr.bin/ptx/examples/ajay/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/ptx/examples/ajay/Makefile,v >retrieving revision 1.1.1.1 >diff -u -r1.1.1.1 Makefile >--- usr.bin/ptx/examples/ajay/Makefile 1994/05/06 07:54:53 1.1.1.1 >+++ usr.bin/ptx/examples/ajay/Makefile 2000/12/07 22:52:58 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > JUNKFILES = tip-index.ps tip-index.dvi tip-index.tex tip-index.log \ > tip-index.aux > >Index: usr.bin/ptx/examples/latex/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/ptx/examples/latex/Makefile,v >retrieving revision 1.1.1.1 >diff -u -r1.1.1.1 Makefile >--- usr.bin/ptx/examples/latex/Makefile 1994/05/06 07:54:53 1.1.1.1 >+++ usr.bin/ptx/examples/latex/Makefile 2000/12/07 22:53:07 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+# > # Example of using ptx with latex. > # Copyright (C) 1993 Free Software Foundation, Inc. > # Francois Pinard <pinard@iro.umontreal.ca>, 1993. >Index: usr.bin/rcs/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- usr.bin/rcs/Makefile 1993/06/25 18:50:30 1.2 >+++ usr.bin/rcs/Makefile 2000/12/07 22:39:43 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > SUBDIR= lib ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog rcsfreeze > > .include <bsd.subdir.mk> >Index: usr.bin/rcs/Makefile.inc >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/Makefile.inc,v >retrieving revision 1.3 >diff -u -r1.3 Makefile.inc >--- usr.bin/rcs/Makefile.inc 1996/06/24 04:23:10 1.3 >+++ usr.bin/rcs/Makefile.inc 2000/12/07 22:53:17 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+# > # Location of librcs > > .if exists(${.OBJDIR}/../lib) >Index: usr.bin/rcs/ci/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/ci/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/rcs/ci/Makefile 1995/05/30 05:03:53 1.5 >+++ usr.bin/rcs/ci/Makefile 2000/12/07 22:54:37 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= ci >-SRCS= ci.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/rcs/co/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/co/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/rcs/co/Makefile 1995/05/30 05:03:57 1.5 >+++ usr.bin/rcs/co/Makefile 2000/12/07 22:54:40 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= co >-SRCS= co.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/rcs/ident/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/ident/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/rcs/ident/Makefile 1995/05/30 05:03:59 1.5 >+++ usr.bin/rcs/ident/Makefile 2000/12/07 22:54:43 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= ident >-SRCS= ident.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/rcs/lib/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/lib/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- usr.bin/rcs/lib/Makefile 1997/05/11 05:33:04 1.7 >+++ usr.bin/rcs/lib/Makefile 2000/12/07 22:40:18 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > # Define FSYNC_ALL to get slower but safer writes in case of crashes in > # the middle of CVS/RCS changes > #CFLAGS += -DFSYNC_ALL >Index: usr.bin/rcs/merge/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/merge/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/rcs/merge/Makefile 1993/07/09 16:14:56 1.4 >+++ usr.bin/rcs/merge/Makefile 2000/12/07 22:54:52 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= merge >-SRCS= merge.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/rcs/rcs/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/rcs/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- usr.bin/rcs/rcs/Makefile 1995/05/30 05:04:20 1.7 >+++ usr.bin/rcs/rcs/Makefile 2000/12/07 22:54:54 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= rcs >-SRCS= rcs.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/rcs/rcsclean/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/rcsclean/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/rcs/rcsclean/Makefile 1995/05/30 05:04:23 1.5 >+++ usr.bin/rcs/rcsclean/Makefile 2000/12/07 22:54:57 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= rcsclean >-SRCS= rcsclean.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/rcs/rcsdiff/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/rcsdiff/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/rcs/rcsdiff/Makefile 1995/05/30 05:04:24 1.5 >+++ usr.bin/rcs/rcsdiff/Makefile 2000/12/07 22:54:59 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= rcsdiff >-SRCS= rcsdiff.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/rcs/rcsfreeze/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/rcsfreeze/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/rcs/rcsfreeze/Makefile 1995/07/25 00:33:51 1.5 >+++ usr.bin/rcs/rcsfreeze/Makefile 2000/12/07 22:40:31 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > MAN1= rcsfreeze.1 > > afterinstall: >Index: usr.bin/rcs/rcsmerge/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/rcsmerge/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/rcs/rcsmerge/Makefile 1995/05/30 05:04:29 1.5 >+++ usr.bin/rcs/rcsmerge/Makefile 2000/12/07 22:55:07 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= rcsmerge >-SRCS= rcsmerge.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/rcs/rlog/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/rcs/rlog/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- usr.bin/rcs/rlog/Makefile 1995/05/30 05:04:32 1.5 >+++ usr.bin/rcs/rlog/Makefile 2000/12/07 22:55:11 >@@ -1,5 +1,7 @@ >+# $FreeBSD$ >+ > PROG= rlog >-SRCS= rlog.c >+ > CFLAGS+= -I${.CURDIR}/../lib > LDADD= ${LIBRCS} > DPADD= ${LIBRCS} >Index: usr.bin/send-pr/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- usr.bin/send-pr/Makefile 1997/01/01 04:20:34 1.13 >+++ usr.bin/send-pr/Makefile 2000/12/07 22:40:59 >@@ -1,3 +1,4 @@ >+# $FreeBSD$ > # > # Makefile for building a standalone send-pr. > # >Index: usr.bin/send-pr/doc/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/doc/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- usr.bin/send-pr/doc/Makefile 1997/01/11 03:52:44 1.2 >+++ usr.bin/send-pr/doc/Makefile 2000/12/07 22:55:38 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > INFO = send-pr > INFOSECTION="System Utilities" > >Index: usr.bin/sort/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/sort/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- usr.bin/sort/Makefile 1996/02/12 06:45:32 1.4 >+++ usr.bin/sort/Makefile 2000/12/07 22:41:11 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > PROG= sort > SRCS= sort.c error.c version.c long-options.c getopt.c getopt1.c xstrtod.c > >Index: usr.bin/tar/Makefile >=================================================================== >RCS file: /home/ncvs/src/gnu/usr.bin/tar/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- usr.bin/tar/Makefile 1998/09/21 17:20:08 1.11 >+++ usr.bin/tar/Makefile 2000/12/07 22:41:57 >@@ -1,3 +1,5 @@ >+# $FreeBSD$ >+ > PROG= tar > SRCS= buffer.c create.c diffarch.c extract.c getdate.y \ > getoldopt.c getopt.c getopt1.c gnu.c list.c mangle.c names.c port.c \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23367
: 11972