Home | History | Annotate | Line # | Download | only in test
Makefile revision 1.7
      1  1.7  christos #	$NetBSD: Makefile,v 1.7 1997/07/20 21:36:25 christos Exp $
      2  1.6       cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3  1.1     glass 
      4  1.7  christos WARNS=	1
      5  1.1     glass PROG=	test
      6  1.5       jtc SRCS=   test.c
      7  1.1     glass LINKS=	${BINDIR}/test ${BINDIR}/[
      8  1.1     glass MLINKS=	test.1 '[.1'
      9  1.1     glass 
     10  1.1     glass .include <bsd.prog.mk>
     11