History log of /freebsd-10.2-release/sys/modules/aic7xxx/aicasm/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 139607 03-Jan-2005 njl

Back out previous commits. Installing new share/mk fixes this.


# 139604 03-Jan-2005 njl

NO_MAN is now NOMAN.


# 139603 03-Jan-2005 njl

Fix kernel modules build. For some reason, this module now bails out with
an error that there is no aicasm.1 man page.


# 106389 03-Nov-2002 scottl

Hook the aic7xxx modules up. This requires some extra care since aicasm
is a compiler tool and needs to be compiled by the host compiler. I've
tested this in i386->sparc cross-build, 4.7->current upgrade, normal
buildkernel target, and normal /sys/i386/compile/GENERIC configurations.

Submitted by: ru


# 102708 31-Aug-2002 gibbs

Add cleandepend target.


# 102703 31-Aug-2002 gibbs

Pass the cleandir target on to the aicasm Makefile. This should
fix the buildkernel target.


# 102690 31-Aug-2002 gibbs

Complete the hookup of ahd/ahc module building.


# 101131 01-Aug-2002 scottl

Allow the ahc and ahd drivers to be built as modules. This also
breaks the ahc driver into a core back-end and pci and eisa
front-ends.