summaryrefslogtreecommitdiff
path: root/bin/test/Makefile
blob: e20c100dcbd80bba4b751890e265fae7ba71129c (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.9 2006/08/04 19:07:55 christos Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	test
SRCS=   test.c
LINKS=	${BINDIR}/test ${BINDIR}/[
CFLAGS+=-g
MLINKS=	test.1 '[.1'

.include <bsd.prog.mk>