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.sbin
/
tadpolectl
/
Makefile
blob
a62390f9ea3875ad25aba0b430d148513808118e
1
# $NetBSD: Makefile,v 1.4 2009/02/14 13:56:42 abs Exp $
2
3
.if
${
MACHINE
} ==
"sparc"
4
PROG
=
tadpolectl
5
SRCS
=
tadpolectl.c
6
.
endif
7
8
MAN
=
tadpolectl
.8
9
MANSUBDIR
= /
sparc
10
11
.
include
<
bsd.prog.mk
>