RCS id police.

This commit is contained in:
thorpej 1996-08-30 17:43:56 +00:00
parent 7faf595cd3
commit 0794023752
7 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,5 @@
.\" $NetBSD: bellctrl.1,v 1.3 1996/08/30 17:46:05 thorpej Exp $
.\"
.\" Copyright (c) 1995 Takuya Harakawa.
.\" All rights reserved.
.\"
@ -30,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bellctrl.1 6.19 (Berkeley) 7/27/91
.\" $Id: bellctrl.1,v 1.2 1996/07/08 16:36:28 oki Exp $
.\"
.Dd Dec 15, 1995
.Dt BELLCTRL 1

View File

@ -1,4 +1,4 @@
/* $OpenBSD$ */
/* $NetBSD: prom.h,v 1.3 1996/08/30 17:43:56 thorpej Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt

View File

@ -1,3 +1,5 @@
# $NetBSD: Makefile,v 1.2 1996/08/30 17:46:03 thorpej Exp $
#
# Makefile for bellctrl
all: bellctrl sample.fm

View File

@ -1,3 +1,5 @@
.\" $NetBSD: bellctrl.1,v 1.3 1996/08/30 17:46:05 thorpej Exp $
.\"
.\" Copyright (c) 1995 Takuya Harakawa.
.\" All rights reserved.
.\"
@ -30,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bellctrl.1 6.19 (Berkeley) 7/27/91
.\" $Id: bellctrl.1,v 1.2 1996/07/08 16:36:28 oki Exp $
.\"
.Dd Dec 15, 1995
.Dt BELLCTRL 1

View File

@ -1,3 +1,5 @@
/* $NetBSD: bellctrl.c,v 1.2 1996/08/30 17:46:06 thorpej Exp $ */
/*
* bellctrl - OPM bell controller (for NetBSD/X680x0)
* Copyright (c)1995 ussy.

View File

@ -1,3 +1,5 @@
/* $NetBSD: sample_fm.c,v 1.2 1996/08/30 17:46:07 thorpej Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include "../../dev/opmreg.h"

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.4 1996/08/27 00:44:26 cgd Exp $
# $NetBSD: Makefile.inc,v 1.5 1996/08/30 17:46:55 thorpej Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \