1 1.9 christos # $NetBSD: Makefile,v 1.9 2020/08/17 16:26:03 christos Exp $ 2 1.3 jtc # @(#)Makefile 8.1 (Berkeley) 6/9/93 3 1.1 cgd 4 1.9 christos .include <bsd.own.mk> 5 1.8 christos WARNS= 6 6 1.1 cgd PROG= tsort 7 1.9 christos .if !defined(HOSTPROGNAME) 8 1.8 christos LDADD+= -lutil 9 1.8 christos DPADD+= ${LIBUTIL} 10 1.9 christos .endif 11 1.1 cgd 12 1.1 cgd .include <bsd.prog.mk> 13