61f31ed6cf
Add missing include. Default to WARNS=6.
8 lines
105 B
Makefile
8 lines
105 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= lastcomm
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|