Home | History | Annotate | Line # | Download | only in fmt
Makefile revision 1.8
      1  1.3       jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      2  1.8  christos #	$NetBSD: Makefile,v 1.8 2006/03/16 16:50:16 christos Exp $
      3  1.7     lukem 
      4  1.7     lukem .include <bsd.own.mk>
      5  1.1       cgd 
      6  1.1       cgd PROG=	fmt
      7  1.1       cgd SRCS=	fmt.c head.c
      8  1.8  christos WARNS=	4
      9  1.7     lukem 
     10  1.7     lukem .PATH: ${NETBSDSRCDIR}/usr.bin/mail
     11  1.1       cgd 
     12  1.1       cgd .include <bsd.prog.mk>
     13