xref: /openbsd/bin/test/Makefile (revision 07ea8d15)
1#	$OpenBSD: Makefile,v 1.2 1996/06/23 14:21:56 deraadt Exp $
2#	$NetBSD: Makefile,v 1.6 1995/03/21 07:03:50 cgd Exp $
3
4PROG=	test
5SRCS=   test.c
6LINKS=	${BINDIR}/test ${BINDIR}/[
7MLINKS=	test.1 '[.1'
8
9.include <bsd.prog.mk>
10