1 1.18 christos # $NetBSD: Makefile,v 1.18 2011/08/14 10:53:17 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.15 lukem .PATH: ${NETBSDSRCDIR}/bin/csh 8 1.13 fair SRCS= df.c strpct.c 9 1.18 christos COPTS.strpct.c = -Wno-format-nonliteral 10 1.1 cgd 11 1.1 cgd .include <bsd.prog.mk> 12