diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-14 08:23:52 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-14 08:23:52 +0000 |
commit | ff07ceecb38a5230450f2c5bae803be1522ca917 (patch) | |
tree | ffc1ac85fafbfffb24c973c6162e90074124edb1 | |
parent | c25c692c924f5c6ba7ab239d062a5412c31d230e (diff) |
Slight fix.
-rw-r--r-- | sys/arch/hp300/stand/common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/common/Makefile b/sys/arch/hp300/stand/common/Makefile index d0a8404fa43..ec15758d024 100644 --- a/sys/arch/hp300/stand/common/Makefile +++ b/sys/arch/hp300/stand/common/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1997/07/14 08:14:05 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 1997/07/14 08:23:51 downsj Exp $ LIB= common @@ -6,7 +6,7 @@ NOMAN= noman SRCS= apci.c autoconf.c cons.c ct.c dca.c dcm.c dnkbd.c \ fhpib.c hd.c hil.c hpib.c if_le.c ite.c ite_dv.c ite_gb.c ite_rb.c \ - ite_subr.c ite_tc.c ite_hy.c kbd.c kbdconf.c kbdvar.h machdep.c \ + ite_subr.c ite_tc.c ite_hy.c kbd.c kbdconf.c machdep.c \ nhpib.c prf.c scsi.c sd.c version.c CFLAGS= -O3 -msoft-float -I${.CURDIR}/../include \ |