Makefile revision 169235
1#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/lastcomm/Makefile 169235 2007-05-03 13:57:19Z dwmalone $
3
4PROG=	lastcomm
5WARNS?= 6
6
7.include <bsd.prog.mk>
8