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
/
atactl
/
Makefile
blob
1bf4e6be9cfb830451d144a9ed2fd0c5b2094475
1
# $NetBSD: Makefile,v 1.5 2008/07/21 11:38:44 gmcgarry Exp $
2
3
SRCS
=
atactl.c
4
5
PROG
=
atactl
6
MAN
=
atactl
.8
7
8
LDADD
+=-
lutil
9
DPADD
+=${
LIBUTIL
}
10
11
.
include
<
bsd.prog.mk
>