History log of /freebsd-12.1/usr.sbin/amd/include/Makefile (Results 1 – 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0
# 3dd30bd1 14-Sep-2016 Cy Schubert <[email protected]>

Switch from .CURDIR to the simpler, more legible SRCTOP.

Suggested by: emaste
X-MFC-with: upcoming amd upgrade


Revision tags: release/10.3.0
# b265efb6 16-Feb-2016 Bryan Drewery <[email protected]>

Revert r295648 for now.

This builds fine with FAST_DEPEND but the mkdep method requires that
include/ generates the headers during 'make depend' so the subsequent
directories can find them when runn

Revert r295648 for now.

This builds fine with FAST_DEPEND but the mkdep method requires that
include/ generates the headers during 'make depend' so the subsequent
directories can find them when running mkdep.

Sponsored by: EMC / Isilon Storage Division

show more ...


# e443683d 16-Feb-2016 Bryan Drewery <[email protected]>

Remove the need for overriding depend.

Sponsored by: EMC / Isilon Storage Division


# 956be765 16-Feb-2016 Bryan Drewery <[email protected]>

Add missing dependency on sys/conf/newvers.sh.

Sponsored by: EMC / Isilon Storage Division


Revision tags: release/10.2.0, release/10.1.0, release/9.3.0
# c6063d0d 06-May-2014 Warner Losh <[email protected]>

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0
# e1fe3dba 17-Mar-2006 Ruslan Ermilov <[email protected]>

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Bro

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)

show more ...


Revision tags: release/6.0.0, release/5.4.0, release/4.11.0
# 6c58990d 13-Nov-2004 Bjoern A. Zeeb <[email protected]>

Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
If turned on no NIS support and related programs will be built.

Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.

Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
If turned on no NIS support and related programs will be built.

Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks

show more ...


Revision tags: release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2
# 33561230 11-Apr-2002 Ruslan Ermilov <[email protected]>

Stop "make depend" from attempting to delete non-existent .depend.


# 5cd462d2 06-Sep-2001 David E. O'Brien <[email protected]>

I was missing the HOST_OS_VERSION setting in the fall-back case.
Also, the script was too position dependant. We now have make(1) pass in
the file to grub around in to get our settings from.


# 6874428a 02-Sep-2001 David E. O'Brien <[email protected]>

Use the native mount and nfs_prot headers.
Also generate nfs_prot_x.c in ANSI-C mode.


# 90e655ea 20-Jul-2001 David E. O'Brien <[email protected]>

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


# 3e7c6a91 19-Jul-2001 Ruslan Ermilov <[email protected]>

Added missing dependancy.

Submitted by: bde
Approved by: obrien


Revision tags: release/4.3.0
# 742f5bdd 21-Mar-2001 Ruslan Ermilov <[email protected]>

Properly fix the world breakage.

Unpollute the Makefile.inc's abuse of SRCS variable, and move
the generation of header files into include/ subdirecory.

Reviewed by: buildworld


# 97d92980 28-Aug-1999 Peter Wemm <[email protected]>

$Id$ -> $FreeBSD$


# f4a9d83b 27-Aug-1998 David E. O'Brien <[email protected]>

bmake framework for contrib_amd