aboutsummaryrefslogtreecommitdiff
path: root/bin/test/Makefile
blob: 8f2630160d67bd160cfeffac399d5c34384b6f19 (plain) (blame)
1
2
3
4
5
6
7
8
9
#        @(#)Makefile	8.1 (Berkeley) 5/31/93
#	Makefile,v 1.2 1994/09/24 02:59:10 davidg Exp

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

.include <bsd.prog.mk>