fdbe5babe4
structure, while maintaining backward compatibility with legacy file and record formats.
9 lines
132 B
Makefile
9 lines
132 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= lastcomm
|
|
SRCS= lastcomm.c readrec.c
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|