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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
lib
/
libdes
/
Makefile
blob
43464eab5180032762ac8f4c83f69917e60fd541
1
# $NetBSD: Makefile,v 1.5 2003/07/24 14:22:52 itojun Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
destest
6
DPADD
+= ${
LIBDES
}
7
LDADD
+= -
ldes
8
9
regress
: ${
PROG
}
10
@echo
"==> running ${PROG}"
11
@.
/${
PROG
}
12
13
.
include
<
bsd.prog.mk
>