1995-09-01 05:29:39 +04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2009-04-15 02:15:16 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2009/04/14 22:15:20 lukem Exp $
|
2002-09-19 15:31:21 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= fmt
|
|
|
|
SRCS= fmt.c head.c
|
2006-10-22 12:22:34 +04:00
|
|
|
CPPFLAGS+= -DFMT_PROG
|
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>
|