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
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
indent
/
Makefile
blob
2db88b8d84b63b95689971b92cf46e5cae538d3c
1
# $NetBSD: Makefile,v 1.5 2000/10/11 14:46:04 is Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
indent
5
SRCS
=
indent.c io.c lexi.c parse.c pr_comment.c args.c
6
7
.
include
<
bsd.prog.mk
>