1 1.3 jtc # @(#)Makefile 8.1 (Berkeley) 6/6/93 2 1.7 lukem # $NetBSD: Makefile,v 1.7 2002/09/19 11:31:21 lukem 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.6 wiz WARNS= 2 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