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