From 68982ee9315c1d2dfd5ae49889ef59a9a0a2b18e Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Mon, 14 Jul 1997 08:15:01 +0000 Subject: The grand reorganization, OpenBSD style. Lossely based on the NetBSD reorg, but much improved upon, simpler, and doesn't scribble needless junk into the bootblocks. --- sys/arch/hp300/stand/common/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sys/arch/hp300/stand/common/Makefile (limited to 'sys/arch/hp300/stand/common/Makefile') diff --git a/sys/arch/hp300/stand/common/Makefile b/sys/arch/hp300/stand/common/Makefile new file mode 100644 index 00000000000..d0a8404fa43 --- /dev/null +++ b/sys/arch/hp300/stand/common/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1 1997/07/14 08:14:05 downsj Exp $ + +LIB= common + +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 \ + nhpib.c prf.c scsi.c sd.c version.c + +CFLAGS= -O3 -msoft-float -I${.CURDIR}/../include \ + -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. + +${OBJS}: ${.CURDIR}/../Makefile.inc + +NOPROFILE= +NOPIC= + +install: + +.include -- cgit v1.2.3