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]
/
bin
/
ls
/
Makefile
blob
1cd954bd4cd9df8201e4e3e8f5f9b9f0288da243
1
# $NetBSD: Makefile,v 1.13 2001/11/03 13:40:30 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4
PROG
=
ls
5
SRCS
=
cmp.c ls.c main.c
print
.c util.c
6
7
LDADD
+= -
lutil
8
DPADD
+= ${
LIBUTIL
}
9
10
.
include
<
bsd.prog.mk
>