repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
regress
/
barrier
/
Makefile
blob
c47c9c93255fb120fa38154f057ab9d6520bbe4d
1
# $NetBSD: Makefile,v 1.2 2008/03/04 11:02:25 rillig Exp $
2
#
3
4
DISTNAME
=
barrier-1.0
5
CATEGORIES
=
regress
6
MASTER_SITES
=
# none
7
DISTFILES
=
# none
8
9
MAINTAINER
=
pkgsrc-users@NetBSD.org
10
COMMENT
=
Tests whether pkgsrc barriers work
as
expected
11
12
WRKSRC
= ${
WRKDIR
}
13
14
do-build
:
15
perl
-
e
'print "hello
\n
";'
16
17
.
include
"../../mk/bsd.pkg.mk"