History log of /freebsd-current/sys/modules/aic7xxx/aicasm/Makefile
Revision Date Author Comments
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 193d9e76 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 6e199534 03-Jan-2005 Nate Lawson <njl@FreeBSD.org>

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


# e87e3960 02-Jan-2005 Nate Lawson <njl@FreeBSD.org>

NO_MAN is now NOMAN.


# 182234f9 02-Jan-2005 Nate Lawson <njl@FreeBSD.org>

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


# fb404d6f 03-Nov-2002 Scott Long <scottl@FreeBSD.org>

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


# 7881765d 31-Aug-2002 Justin T. Gibbs <gibbs@FreeBSD.org>

Add cleandepend target.


# e340544a 31-Aug-2002 Justin T. Gibbs <gibbs@FreeBSD.org>

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


# 02b8bc80 31-Aug-2002 Justin T. Gibbs <gibbs@FreeBSD.org>

Complete the hookup of ahd/ahc module building.


# 0d74300c 31-Jul-2002 Scott Long <scottl@FreeBSD.org>

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.