diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-06-26 21:58:11 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-06-26 21:58:11 +0000 |
commit | 416f561c78b0eca90fdb484e72a96080b0825dca (patch) | |
tree | d310db0254b85229b90b9d90e79cabfbbcb6101a /sys/arch/mvmeppc/stand/libbug/Makefile | |
parent | 77682e0d8d22531ed2952aaab30aae7c69483b3d (diff) |
Initial import of mvmeppc.
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> |