diff options
Diffstat (limited to 'emulators/rtc/files/Makefile')
| -rw-r--r-- | emulators/rtc/files/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/rtc/files/Makefile b/emulators/rtc/files/Makefile index 4176d4fba0fb..e9f8b89ff0dd 100644 --- a/emulators/rtc/files/Makefile +++ b/emulators/rtc/files/Makefile @@ -22,10 +22,13 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # +# $FreeBSD$ +# SYS?= /sys NOMAN= YES KMOD= rtc +KMODDEPS= linux CDEV_MAJOR?= 202 DEVNAME= ${KMOD} SRCS= rtc.c rtc_linux.c vnode_if.h |
