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