xref: /minix3/usr.bin/logger/Makefile (revision 03704f431ec452936b854919a0b174b2729820a0)
1*03704f43SChristopher Simons#	$NetBSD: Makefile,v 1.4 2007/05/28 12:06:28 tls Exp $
2*03704f43SChristopher Simons#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3*03704f43SChristopher Simons
4*03704f43SChristopher SimonsUSE_FORT?= yes	# network client
5*03704f43SChristopher Simons
6*03704f43SChristopher SimonsPROG=	logger
7*03704f43SChristopher Simons
8*03704f43SChristopher Simons.include <bsd.prog.mk>
9