diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
| commit | 148531ef1e6681bf21fa82c8afd667377b9c057f (patch) | |
| tree | 4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/makekey | |
| parent | 3f8ba9ae3e5875d5550eb586b6c3a64adbabb639 (diff) | |
Notes
Diffstat (limited to 'libexec/makekey')
| -rw-r--r-- | libexec/makekey/Makefile | 1 | ||||
| -rw-r--r-- | libexec/makekey/makekey.8 | 1 | ||||
| -rw-r--r-- | libexec/makekey/makekey.c | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index 47cc1c6a1eb4..2ec0edde9e0f 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 +# $Id$ PROG= makekey MAN8= makekey.8 diff --git a/libexec/makekey/makekey.8 b/libexec/makekey/makekey.8 index 15d8e154e206..dc367bf50f57 100644 --- a/libexec/makekey/makekey.8 +++ b/libexec/makekey/makekey.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)makekey.8 8.2 (Berkeley) 12/11/93 +.\" $Id$ .\" .Dd December 11, 1993 .Dt MAKEKEY 8 diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c index 95febcf31a40..482908d75362 100644 --- a/libexec/makekey/makekey.c +++ b/libexec/makekey/makekey.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint |
