projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial import from FreeBSD RELENG_4:
[dragonfly.git]
/
bin
/
test
/
Makefile
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD: src/bin/test/Makefile,v 1.6.2.1 2001/08/01 05:31:04 obrien Exp $
3
4
PROG= test
5
LINKS= ${BINDIR}/test ${BINDIR}/[
6
MLINKS= test.1 '[.1'
7
8
WARNS?= 2
9
10
.include <bsd.prog.mk>