d511b20a69
`SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912.
17 lines
210 B
Makefile
17 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.PATH: ${SRCTOP}/usr.bin/lastcomm
|
|
|
|
PROG= sa
|
|
MAN= sa.8
|
|
SRCS= main.c db.c pdb.c usrdb.c readrec.c
|
|
|
|
PACKAGE=acct
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|