Home | History | Annotate | Line # | Download | only in cut
Makefile revision 1.5
      1  1.5  christos #	$NetBSD: Makefile,v 1.5 2007/07/02 18:41:03 christos Exp $
      2  1.3     glass #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.5  christos WARNS?=	4
      5  1.1       cgd PROG=	cut
      6  1.5  christos 
      7  1.5  christos LDADD+=	-lutil
      8  1.5  christos DPADD+=	${LIBUTIL}
      9  1.1       cgd 
     10  1.1       cgd .include <bsd.prog.mk>
     11