diff options
Diffstat (limited to 'sys/arch/mvmeppc/stand/libbug/Makefile')
-rw-r--r-- | sys/arch/mvmeppc/stand/libbug/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/arch/mvmeppc/stand/libbug/Makefile b/sys/arch/mvmeppc/stand/libbug/Makefile new file mode 100644 index 00000000000..a360e63b233 --- /dev/null +++ b/sys/arch/mvmeppc/stand/libbug/Makefile @@ -0,0 +1,19 @@ +# $OpenBSD: Makefile,v 1.1 2001/06/26 21:58:03 smurph Exp $ + +LIB=bug + +NOPIC= +NOPROFILE= + +S=${.CURDIR}/../../../.. +DIR_SA=$S/lib/libsa + +CFLAGS+=-O2 -I${.CURDIR}/../../include -I${DIR_SA} + +SRCS= delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c outln.c outch.c\ + outstr.c putchar.c return.c rtc_rd.c netrd.c netwr.c netfopen.c \ + netfread.c netctrl.c + +install: + +.include <bsd.lib.mk> |