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
/
chflags
/
Makefile
blob
f50452bdff89747eb3313177cabae18c7139ea5f
1
# $NetBSD: Makefile,v 1.8 2006/12/14 20:57:00 he Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
chflags
7
SRCS
=
chflags.c
8
9
LDADD
+= -
lutil
10
DPADD
+= ${
LIBUTIL
}
11
12
.
include
<
bsd.prog.mk
>