xref: /openbsd/bin/test/Makefile (revision 8932bfb7)
1#	$OpenBSD: Makefile,v 1.4 2011/06/23 22:46:12 schwarze Exp $
2
3PROG=	test
4SRCS=   test.c
5LINKS=	${BINDIR}/test ${BINDIR}/[
6MLINKS=	test.1 [.1
7
8.include <bsd.prog.mk>
9