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
Make sure that parser.c and friends can be found.
[netbsd-mini2440.git]
/
sbin
/
clri
/
Makefile
blob
191ee0c269223972e76b3f7e0f994c841cb78da0
1
# $NetBSD: Makefile,v 1.14 2008/08/29 00:02:23 gmcgarry Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
clri
7
MAN
=
clri
.8
8
SRCS
=
clri.c ffs_bswap.c
9
.PATH
: ${
NETBSDSRCDIR
}/
sys
/
ufs
/
ffs
10
11
.
include
<
bsd.prog.mk
>