92b401e824
assume that time_t is a long. Clamp down with WARNS=2. Not objected to by: -audit
8 lines
101 B
Makefile
8 lines
101 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= last
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|