xref: /netbsd/usr.bin/from/Makefile (revision 4147a3c5)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2#	$NetBSD: Makefile,v 1.4 2007/05/28 12:06:26 tls Exp $
3
4USE_FORT?=yes	# data-driven bugs?
5
6PROG=	from
7
8.include <bsd.prog.mk>
9