History log of /netbsd/usr.bin/mkdep/Makefile (Results 1 – 17 of 17)
Revision Date Author Comments
# 63c02b10 12-Apr-2009 lukem <lukem@NetBSD.org>

fix -Wcast-qual & -Wsign-compare issues


# a6533b8f 13-Feb-2009 uebayasi <uebayasi@NetBSD.org>

Comment out CFLAGS+=-g.


# 11c53ad6 30-Oct-2006 christos <christos@NetBSD.org>

kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to
/usr/include from /usr/include/sys. This makes all the one way hash
header handling identical.


# cffe183e 10-Nov-2003 dsl <dsl@NetBSD.org>

Add the following options with a view to using 'cc -MD' to automatically
create dependency files:
-d process xxx.d files to generate .depend (don't run ${CC})
-o add .OPTIONAL: <headers> to output

Add the following options with a view to using 'cc -MD' to automatically
create dependency files:
-d process xxx.d files to generate .depend (don't run ${CC})
-o add .OPTIONAL: <headers> to output file
-q don't print warnins for missing files (with -d)
-s suf list of suffixes to replace ".o"
The -s suf should allow all the 'afterdepend' stuff to be killed.
(christos thought this might be a good idea...)

show more ...


# 826a1460 18-May-2003 lukem <lukem@NetBSD.org>

Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.


# f76ac8f4 14-Jun-2002 simonb <simonb@NetBSD.org>

Split out the findcc() function that tries to determine the path to
the C compiler so other programs can use it.


# dba5d446 14-Aug-2001 tv <tv@NetBSD.org>

Add hooks to allow toolchain bits to be reachover-built at the top level.


# 1a7a3b4a 25-Jan-1999 tron <tron@NetBSD.org>

Build and install "mkdep.c".


# 90de8183 27-Mar-1997 mycroft <mycroft@NetBSD.org>

Set SCRIPTSNAME correctly.


# 3917c317 24-Mar-1997 christos <christos@NetBSD.org>

- Makefile cleanups


# 150c33e6 18-Oct-1996 thorpej <thorpej@NetBSD.org>

Use ${INSTALL}.


# 3609dfb6 23-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# 7bcf9338 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# 1f7a8317 21-Feb-1994 mycroft <mycroft@NetBSD.org>

Everyone uses GCC now.


# dca1fff9 15-Feb-1994 pk <pk@NetBSD.org>

Sparc uses gcc too...


# 690cae81 31-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS indentifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources