xref: /netbsd-src/bin/test/Makefile (revision 7e30e94394d0994ab9534f68a8f91665045c91ce)
1#	$NetBSD: Makefile,v 1.11 2007/06/22 03:24:16 simonb Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=	test
5SRCS=   test.c
6LINKS=	${BINDIR}/test ${BINDIR}/[
7MLINKS=	test.1 [.1
8
9.include <bsd.prog.mk>
10