Drop main() prototype. Syncs with NetBSD-8
[minix.git] / usr.bin / fmt / Makefile
bloba794cb17b62feaa66fe7dbd00c5989dde8afe4bc
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $NetBSD: Makefile,v 1.10 2009/04/14 22:15:20 lukem Exp $
4 .include <bsd.own.mk>
6 PROG= fmt
7 SRCS= fmt.c head.c
8 CPPFLAGS+= -DFMT_PROG
10 .PATH: ${NETBSDSRCDIR}/usr.bin/mail
12 .include <bsd.prog.mk>