History log of /netbsd-current/external/bsd/am-utils/lib/libamu/Makefile
Revision Date Author Comments
# 1.4 09-Aug-2012 joerg

Decouple Clang from HAVE_GCC.


# 1.3 20-Jun-2011 mrg

branches: 1.3.2;
remove most of the remaining HAVE_GCC tests that are always true in
the modern world.


# 1.2 08-Feb-2010 plunky

branches: 1.2.4;
use

.if defined(HAVE_GCC) && ${HAVE_GCC} == 4

rather than

.if ${HAVE_GCC} == 4

as HAVE_GCC may be undefined


# 1.1 19-Sep-2008 christos

branches: 1.1.4;
resolve issues and add build glue


# 1.1.4.2 19-Oct-2008 haad

Sync with HEAD.


# 1.1.4.1 19-Sep-2008 haad

file Makefile was added on branch haad-dm on 2008-10-19 22:39:48 +0000


# 1.2.4.1 23-Jun-2011 cherry

Catchup with rmind-uvmplock merge.


# 1.3.2.1 30-Oct-2012 yamt

sync with head