repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
mkdep
/
Makefile
blob
03cacafa03b37ad7a9a9d7f2d233fe6ba6198130
1
# $NetBSD: Makefile,v 1.16 2009/02/13 16:02:05 uebayasi 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
.
include
<
bsd.prog.mk
>