freebsd-dev/usr.bin/last/Makefile
Dima Dorfman 92b401e824 Silence warnings and minor style fixes. Mostly constify and don't
assume that time_t is a long.  Clamp down with WARNS=2.

Not objected to by:	-audit
2001-06-14 04:55:26 +00:00

8 lines
101 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= last
WARNS?= 2
.include <bsd.prog.mk>