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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
libexec
/
rexecd
/
unit-tests
/
Makefile
blob
a9ad556085ad2d37c6a781206c5df041318196f5
1
# $NetBSD: Makefile,v 1.1 2005/02/23 01:27:32 christos Exp $
2
3
PROG
=
rexec
4
NOMAN
=
yes
5
6
LDADD
+= -
lcompat
7
DPADD
+= ${
LIBCOMPAT
}
8
9
.
include
<
bsd.prog.mk
>