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]
/
sbin
/
scsictl
/
Makefile
blob
c095832c6370ff21a25c647ca77694a3bd46aaf6
1
# $NetBSD: Makefile,v 1.3 2005/02/05 13:37:39 xtraeme Exp $
2
3
SRCS
=
scsictl.c scsi_sense.c scsi_subr.c
4
5
PROG
=
scsictl
6
MAN
=
scsictl
.8
7
8
LDADD
+= -
lutil
9
DPADD
+= ${
LIBUTIL
}
10
11
.
include
<
bsd.prog.mk
>