13 lines
221 B
Makefile
13 lines
221 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $NetBSD: Makefile,v 1.8 2006/03/16 16:50:16 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= fmt
|
|
SRCS= fmt.c head.c
|
|
WARNS= 4
|
|
|
|
.PATH: ${NETBSDSRCDIR}/usr.bin/mail
|
|
|
|
.include <bsd.prog.mk>
|