phunix/usr.bin/fmt/Makefile
David van Moolenbroek 5ae330e220 Import NetBSD fmt(1)
This requires importing a few files from mail(1) already.  Importing
the rest of mail(1) is left to future work.

Change-Id: If96513a306245cd7fb64660758d0dbd29a36e87c
2017-02-22 17:18:00 +00:00

13 lines
232 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.10 2009/04/14 22:15:20 lukem Exp $
.include <bsd.own.mk>
PROG= fmt
SRCS= fmt.c head.c
CPPFLAGS+= -DFMT_PROG
.PATH: ${NETBSDSRCDIR}/usr.bin/mail
.include <bsd.prog.mk>