repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
tests
/
modules
/
k_helper3
/
Makefile
blob
45ab09faf7a45829bc008ac37ef25d6484f6ccfe
1
# $NetBSD: Makefile,v 1.4 2012/04/14 02:46:17 pgoyette Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
k_helper3
6
SRCS
=
k_helper3.c
7
BINDIR
= ${
TESTSBASE
}/
modules
8
9
LDADD
+= -
lprop
10
11
MAN
=
# defined
12
ATFFILE
=
no
13
14
.
include
<
bsd.prog.mk
>