The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/osf1/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: src/sys/modules/osf1/Makefile,v 1.12 2004/02/13 10:11:00 ru Exp $
    2 
    3 MAINTAINER=     gallatin@FreeBSD.org
    4 
    5 .PATH: ${.CURDIR}/../../alpha/osf1
    6 
    7 KMOD=   osf1
    8 SRCS=   osf1_ioctl.c osf1_misc.c osf1_signal.c osf1_sysent.c \
    9         osf1_mount.c imgact_osf1.c osf1_sysvec.c opt_compat.h \
   10         opt_ddb.h opt_mac.h opt_nfs.h device_if.h bus_if.h \
   11         vnode_if.h
   12 
   13 opt_compat.h:
   14         echo "#define COMPAT_43 1" > ${.TARGET}
   15 
   16 .include <bsd.kmod.mk>

Cache object: 22e395bbefb34b8aaa310c8d6660ddb9


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.