cffe183eef
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...)
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# $NetBSD: Makefile,v 1.14 2003/11/10 17:56:38 dsl Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
MAN= mkdep.1
|
|
PROG= mkdep
|
|
SRCS= mkdep.c findcc.c
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|