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]
/
tests
/
util
/
id
/
Makefile
blob
8ab7e21ec140e717722d324512b9ccc187459591
1
# $NetBSD: Makefile,v 1.2 2007/11/19 14:17:45 jmmv Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
util
/
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
.
include
<
bsd.
test
.mk
>
19
.
include
<
bsd.subdir.mk
>