diff options
author | 1997-07-14 08:23:51 +0000 | |
---|---|---|
committer | 1997-07-14 08:23:51 +0000 | |
commit | 0e21fa7654f6585766494b6ffe99826079d51126 (patch) | |
tree | 78d466e98009867e771e34e3a3fca64061568f7a | |
parent | Update to reflect reality. (diff) | |
download | wireguard-openbsd-0e21fa7654f6585766494b6ffe99826079d51126.tar.xz wireguard-openbsd-0e21fa7654f6585766494b6ffe99826079d51126.zip |
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 \ |