1995-09-01 05:29:39 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2002-09-19 15:31:21 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 2002/09/19 11:31:21 lukem Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= fmt
|
|
|
|
SRCS= fmt.c head.c
|
2002-03-02 17:02:23 +03:00
|
|
|
WARNS= 2
|
2002-09-19 15:31:21 +04:00
|
|
|
|
|
|
|
.PATH: ${NETBSDSRCDIR}/usr.bin/mail
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|