Makefile revision 78483
1#	From: @(#)Makefile	8.1 (Berkeley) 6/9/93
2# $FreeBSD: head/usr.bin/expand/Makefile 78483 2001-06-20 01:12:46Z dd $
3
4PROG=	expand
5WARNS?=	2
6MLINKS=	expand.1 unexpand.1
7
8.include <bsd.prog.mk>
9