From c1f4590524dbcfa389c19951b64bc1fe8251da51 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 27 Feb 2003 18:08:44 +0000 Subject: [PATCH] This is not going to win prizes for the most useful module ever, but it is useful to me for some testing and warns-fixing. --- sys/modules/null/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/modules/null/Makefile diff --git a/sys/modules/null/Makefile b/sys/modules/null/Makefile new file mode 100644 index 000000000000..5c80fa65770b --- /dev/null +++ b/sys/modules/null/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/null + +KMOD= null +SRCS= null.c +SRCS+= bus_if.h device_if.h vnode_if.h + +.include