diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 1996-06-26 05:36:21 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 1996-06-26 05:36:21 +0000 |
| commit | d04d75dd99e67bffd883b4258024f32056593e9d (patch) | |
| tree | 9e58e69a65c6bc803dbcbf934d0daecf22bbff42 /usr.bin | |
| parent | f43467241eed9d83b034dba2d2daec13d5b81792 (diff) | |
| parent | 3a68a92675f03527bb79bfe92943344eba24ed09 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/m4/PSD.doc/Makefile | 3 | ||||
| -rw-r--r-- | usr.bin/m4/TEST/ack.m4 | 2 | ||||
| -rw-r--r-- | usr.bin/m4/TEST/hanoi.m4 | 2 | ||||
| -rw-r--r-- | usr.bin/m4/TEST/hash.m4 | 2 | ||||
| -rw-r--r-- | usr.bin/m4/TEST/sqroot.m4 | 2 | ||||
| -rw-r--r-- | usr.bin/m4/TEST/string.m4 | 2 | ||||
| -rw-r--r-- | usr.bin/m4/TEST/test.m4 | 2 |
7 files changed, 14 insertions, 1 deletions
diff --git a/usr.bin/m4/PSD.doc/Makefile b/usr.bin/m4/PSD.doc/Makefile index 0613e08237fc1..c60c912e15c2b 100644 --- a/usr.bin/m4/PSD.doc/Makefile +++ b/usr.bin/m4/PSD.doc/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:36:17 deraadt Exp $ + DIR= psd/17.m4 SRCS= m4.ms diff --git a/usr.bin/m4/TEST/ack.m4 b/usr.bin/m4/TEST/ack.m4 index de914bdcb4693..ef0b5ef515931 100644 --- a/usr.bin/m4/TEST/ack.m4 +++ b/usr.bin/m4/TEST/ack.m4 @@ -1,3 +1,5 @@ +# $OpenBSD: ack.m4,v 1.2 1996/06/26 05:36:18 deraadt Exp $ +# $NetBSD: ack.m4,v 1.4 1995/09/28 05:37:54 tls Exp $ # # Copyright (c) 1989, 1993 # The Regents of the University of California. All rights reserved. diff --git a/usr.bin/m4/TEST/hanoi.m4 b/usr.bin/m4/TEST/hanoi.m4 index 9371b34775356..d16f922ad0d20 100644 --- a/usr.bin/m4/TEST/hanoi.m4 +++ b/usr.bin/m4/TEST/hanoi.m4 @@ -1,3 +1,5 @@ +# $OpenBSD: hanoi.m4,v 1.2 1996/06/26 05:36:19 deraadt Exp $ +# $NetBSD: hanoi.m4,v 1.4 1995/09/28 05:37:56 tls Exp $ # # Copyright (c) 1989, 1993 # The Regents of the University of California. All rights reserved. diff --git a/usr.bin/m4/TEST/hash.m4 b/usr.bin/m4/TEST/hash.m4 index 85d5aa8446380..21b40e140c2f0 100644 --- a/usr.bin/m4/TEST/hash.m4 +++ b/usr.bin/m4/TEST/hash.m4 @@ -1,3 +1,5 @@ +# $OpenBSD: hash.m4,v 1.2 1996/06/26 05:36:19 deraadt Exp $ +# $NetBSD: hash.m4,v 1.4 1995/09/28 05:37:58 tls Exp $ # # Copyright (c) 1989, 1993 # The Regents of the University of California. All rights reserved. diff --git a/usr.bin/m4/TEST/sqroot.m4 b/usr.bin/m4/TEST/sqroot.m4 index 3c7501fa796da..d01789bb4d0d9 100644 --- a/usr.bin/m4/TEST/sqroot.m4 +++ b/usr.bin/m4/TEST/sqroot.m4 @@ -1,3 +1,5 @@ +# $OpenBSD: sqroot.m4,v 1.2 1996/06/26 05:36:20 deraadt Exp $ +# $NetBSD: sqroot.m4,v 1.4 1995/09/28 05:38:01 tls Exp $ # # Copyright (c) 1989, 1993 # The Regents of the University of California. All rights reserved. diff --git a/usr.bin/m4/TEST/string.m4 b/usr.bin/m4/TEST/string.m4 index bff741a07fb77..bb0bba4d1b67e 100644 --- a/usr.bin/m4/TEST/string.m4 +++ b/usr.bin/m4/TEST/string.m4 @@ -1,3 +1,5 @@ +# $OpenBSD: string.m4,v 1.2 1996/06/26 05:36:20 deraadt Exp $ +# $NetBSD: string.m4,v 1.4 1995/09/28 05:38:03 tls Exp $ # # Copyright (c) 1989, 1993 # The Regents of the University of California. All rights reserved. diff --git a/usr.bin/m4/TEST/test.m4 b/usr.bin/m4/TEST/test.m4 index df8b78c45f754..1c77b9bdef9d5 100644 --- a/usr.bin/m4/TEST/test.m4 +++ b/usr.bin/m4/TEST/test.m4 @@ -1,3 +1,5 @@ +# $OpenBSD: test.m4,v 1.2 1996/06/26 05:36:21 deraadt Exp $ +# $NetBSD: test.m4,v 1.4 1995/09/28 05:38:05 tls Exp $ # # Copyright (c) 1989, 1993 # The Regents of the University of California. All rights reserved. |
