xref: /netbsd/usr.sbin/etcupdate/Makefile (revision 4f077f96)
1*4f077f96Smartti# $NetBSD: Makefile,v 1.1 2002/03/22 10:10:56 martti Exp $
2*4f077f96Smartti
3*4f077f96SmarttiFILES=		etcupdate
4*4f077f96SmarttiMAN=		etcupdate.8
5*4f077f96Smartti
6*4f077f96SmarttiFILESDIR=	/usr/sbin
7*4f077f96SmarttiFILESMODE=	${BINMODE}
8*4f077f96Smartti
9*4f077f96Smartti.include <bsd.prog.mk>
10