1 1.19 christos # $NetBSD: Makefile,v 1.19 2011/08/28 08:20:58 christos Exp $ 2 1.10 tls # @(#)Makefile 8.3 (Berkeley) 5/8/95 3 1.1 cgd 4 1.15 lukem .include <bsd.own.mk> 5 1.15 lukem 6 1.1 cgd PROG= df 7 1.19 christos 8 1.19 christos LDADD+=-lutil 9 1.19 christos DPADD+=${LIBUTIL} 10 1.1 cgd 11 1.1 cgd .include <bsd.prog.mk> 12