mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
directories to SUBDIR.${MK_TESTS} idiom
This is being done to pave the way for future work (and homogenity) in
^/projects/make-check-sandbox .
No functional change intended.
MFC after: 1 weeks
15 lines
199 B
Makefile
15 lines
199 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
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|