diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-03-18 04:32:46 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-03-18 04:32:46 +0000 |
commit | ef2d578c271a786653e241b072dc56250ca1430d (patch) | |
tree | b318f8acf09096eea9445db0dedcafc8eafc26f0 /sys/dev/rasops/Makefile | |
parent | f4f01277bc5305a12ccc3f2024dfa89e24335a13 (diff) |
Import rasops from NetBSD. This gives improved performance for raster
operations.
Diffstat (limited to 'sys/dev/rasops/Makefile')
-rw-r--r-- | sys/dev/rasops/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/rasops/Makefile b/sys/dev/rasops/Makefile new file mode 100644 index 00000000000..bb842672637 --- /dev/null +++ b/sys/dev/rasops/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 2001/03/18 04:32:44 nate Exp $ +# $NetBSD: Makefile,v 1.1 1998/06/12 23:22:55 cgd Exp $ + +INCSDIR= /usr/include/dev/rasops + +INCS= rasops.h + +.include <bsd.kinc.mk> |