1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-09-26 21:22:57 +00:00
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2014-03-16 04:09:22 +00:00
|
|
|
|
2007-05-22 10:49:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/lastcomm
|
|
|
|
|
1994-09-26 21:22:57 +00:00
|
|
|
PROG= sa
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= sa.8
|
2007-05-22 06:51:38 +00:00
|
|
|
SRCS= main.c db.c pdb.c usrdb.c readrec.c
|
1994-09-26 21:22:57 +00:00
|
|
|
|
2016-01-21 17:49:10 +00:00
|
|
|
PACKAGE=acct
|
|
|
|
|
2014-03-16 04:09:22 +00:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
SUBDIR+= tests
|
|
|
|
.endif
|
|
|
|
|
1994-09-26 21:22:57 +00:00
|
|
|
.include <bsd.prog.mk>
|