d810089ddf
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
16 lines
199 B
Makefile
16 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>
|