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
/
script
/
Makefile
blob
c5f20020d6cb98ebb9905d0ebda89d2e186ffa93
1
# $NetBSD: $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
script
5
LDADD
= -
lutil
6
DPADD
= ${
LIBUTIL
}
7
8
.
include
<
bsd.prog.mk
>