c6063d0da8
from the latter.
16 lines
211 B
Makefile
16 lines
211 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/lastcomm
|
|
|
|
PROG= sa
|
|
MAN= sa.8
|
|
SRCS= main.c db.c pdb.c usrdb.c readrec.c
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|