summaryrefslogtreecommitdiff
path: root/bin/test/Makefile
blob: 3777296fb8c8fe34f7c1c2e272c8d21dac31949d (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.5 2016/03/30 06:38:40 jmc Exp $

PROG=	test
SRCS=   test.c
LINKS=	${BINDIR}/test ${BINDIR}/[

.include <bsd.prog.mk>