NetBSD/usr.bin/last/Makefile
kleink e021da65e2 * Fix compiler warnings
* Style: lseek(2) L_SET vs. SEEK_SET; getopt(3) EOF vs. -1
1997-08-24 13:57:54 +00:00

8 lines
142 B
Makefile

# $NetBSD: Makefile,v 1.4 1997/08/24 13:57:54 kleink Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
WARNS?= 1
PROG= last
.include <bsd.prog.mk>