Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2003/07/30 08:24:13 itojun Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	unifdef
5
6SCRIPTS=unifdefall
7
8MLINKS=	unifdef.1 unifdefall.1
9
10.include <bsd.prog.mk>
11