c6063d0da8
from the latter.
15 lines
220 B
Makefile
15 lines
220 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= test
|
|
LINKS= ${BINDIR}/test ${BINDIR}/[
|
|
MLINKS= test.1 [.1
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|