Makefile revision 87213
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/comm/Makefile 87213 2001-12-02 13:18:59Z markm $
3
4PROG=	comm
5WARNS?=	2
6
7.include <bsd.prog.mk>
8