repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iso9660fs: initialize buffer cache
[minix.git]
/
usr.bin
/
mkdep
/
Makefile
blob
2ad94e82e487512cf7f5df45135d320bac70833e
1
# $NetBSD: Makefile,v 1.17 2009/04/12 14:23:30 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
#CFLAGS+=-g
5
MAN
=
mkdep
.1
6
PROG
=
mkdep
7
SRCS
=
mkdep.c findcc.c
8
9
# LSC Until it compiles cleanly...
10
NOGCCERROR
:=
yes
11
12
.
include
<
bsd.prog.mk
>