Home | History | Annotate | Line # | Download | only in tsort
Makefile revision 1.8
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2020/08/12 23:23:04 christos Exp $
      2  1.3       jtc #	@(#)Makefile	8.1 (Berkeley) 6/9/93
      3  1.1       cgd 
      4  1.8  christos WARNS= 6
      5  1.1       cgd PROG=	tsort
      6  1.8  christos LDADD+= -lutil
      7  1.8  christos DPADD+= ${LIBUTIL}
      8  1.1       cgd 
      9  1.1       cgd .include <bsd.prog.mk>
     10