mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
regocnized as such at the time. Now that the other bogons in the tree have been fixed, we can remove this ugly kludge. o Remove stale/bogus opt_foo.h files. These are left over from by-gone resources. And they point to the need, yet again, to improve the build system so meta information is only in one place. Submitted by: ru Reviewed by: bde Approved by: re@ (jhb)
9 lines
127 B
Makefile
9 lines
127 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../compat/linprocfs
|
|
|
|
KMOD= linprocfs
|
|
SRCS= vnode_if.h \
|
|
linprocfs.c
|
|
|
|
.include <bsd.kmod.mk>
|