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
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
usr.bin
/
id
/
Makefile
blob
3d09019efb44cee46073811a9aeae39be0528862
1
# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:14 jruoho Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
usr.bin
/
id
8
9
TESTS_SH
=
t_groups
10
TESTS_SH
+=
t_id
11
TESTS_SH
+=
t_whoami
12
13
BINDIR
= ${
TESTSDIR
}
14
PROG
=
h_id
15
.PATH
: ${
NETBSDSRCDIR
}/
usr.bin
/
id
16
SRCS
=
id.c pwgr.c
17
18
COPTS.id.c
+= -
Wno-format-nonliteral
19
20
.
include
<
bsd.
test
.mk
>