opnsense-src/sys/modules/linprocfs/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
252 B
Makefile
Raw Normal View History

2001-06-10 19:27:25 -04:00
.PATH: ${SRCTOP}/sys/compat/linprocfs
2001-06-10 19:27:25 -04:00
KMOD= linprocfs
SRCS= vnode_if.h \
device_if.h bus_if.h opt_inet.h \
linprocfs.c
.if !defined(KERNBUILDDIR)
.warning Building Linuxulator outside of a kernel does not make sense
.endif
2001-06-10 19:27:25 -04:00
.include <bsd.kmod.mk>