summaryrefslogtreecommitdiff
path: root/usr.bin/expand/Makefile
blob: 50c2445f808cdfb86a6875940e2078e46e5ee145 (plain)
1
2
3
4
5
6
7
8
#	@(#)Makefile	8.1 (Berkeley) 6/9/93
#	$NetBSD: Makefile,v 1.4 2005/03/09 02:02:07 christos Exp $

WARNS=	3
PROG=	expand
MLINKS=	expand.1 unexpand.1

.include <bsd.prog.mk>