2001-06-26 22:22:19 +00:00
|
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
# $FreeBSD$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
PROG= lastcomm
|
2007-05-22 06:51:38 +00:00
|
|
|
SRCS= lastcomm.c readrec.c
|
2007-05-03 13:57:19 +00:00
|
|
|
WARNS?= 6
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|