diff options
| author | oster <oster@NetBSD.org> | 2001-10-04 16:04:16 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2001-10-04 16:04:16 +0000 |
| commit | fe686dfde72486dcd82cbaf6f112c3728336c51c (patch) | |
| tree | 618dd20b7a50261fbf1c57b2511e4d471a0d510c /sys/dev/raidframe/Makefile | |
| parent | 6c2d6f6c4f67a80c319d95aafe34bc715ab2e4cb (diff) | |
Setup installation mechanism for <dev/raidframe/raidframevar.h> and
<dev/raidframe/raidframeio.h>
Diffstat (limited to 'sys/dev/raidframe/Makefile')
| -rw-r--r-- | sys/dev/raidframe/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/raidframe/Makefile b/sys/dev/raidframe/Makefile new file mode 100644 index 00000000000..f93e5b4fd22 --- /dev/null +++ b/sys/dev/raidframe/Makefile @@ -0,0 +1,8 @@ +# $NetBSD: Makefile,v 1.1 2001/10/04 16:04:16 oster Exp $ + +INCSDIR= /usr/include/dev/raidframe + +# We only need a couple of the .h files: +INCS= raidframevar.h raidframeio.h + +.include <bsd.kinc.mk> |
