summaryrefslogtreecommitdiff
path: root/bin/test/Makefile
blob: b89648ec625486d0dbe3049acbc277f31994fb19 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.4 2011/06/23 22:46:12 schwarze Exp $

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

.include <bsd.prog.mk>