Home | History | Annotate | Line # | Download | only in test
Makefile revision 1.5
      1 #	from: @(#)Makefile	5.1 (Berkeley) 6/8/92
      2 #	$Id: Makefile,v 1.5 1994/06/30 05:12:29 jtc Exp $
      3 
      4 PROG=	test
      5 SRCS=   test.c
      6 LINKS=	${BINDIR}/test ${BINDIR}/[
      7 MLINKS=	test.1 '[.1'
      8 
      9 .include <bsd.prog.mk>
     10