xref: /netbsd-src/usr.bin/expand/Makefile (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
1#	@(#)Makefile	8.1 (Berkeley) 6/9/93
2#	$NetBSD: Makefile,v 1.5 2009/04/14 22:15:19 lukem Exp $
3
4PROG=	expand
5MLINKS=	expand.1 unexpand.1
6
7.include <bsd.prog.mk>
8