aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hifn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hifn/Makefile')
-rw-r--r--sys/modules/hifn/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/modules/hifn/Makefile b/sys/modules/hifn/Makefile
deleted file mode 100644
index a425cc39768a..000000000000
--- a/sys/modules/hifn/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-.PATH: ${SRCTOP}/sys/dev/hifn
-KMOD = hifn
-SRCS = hifn7751.c opt_hifn.h
-SRCS += device_if.h bus_if.h pci_if.h
-SRCS += opt_bus.h cryptodev_if.h
-
-.if !defined(KERNBUILDDIR)
-opt_hifn.h:
- echo "#define HIFN_DEBUG 1" > ${.TARGET}
-.endif
-
-.include <bsd.kmod.mk>