cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git] / usr.sbin / sa / Makefile
blob314e341c096d2b76a70c093eb3e24b9e16601dbd
1 # $FreeBSD$
3 .include <src.opts.mk>
5 .PATH: ${.CURDIR}/../../usr.bin/lastcomm
7 PROG= sa
8 MAN= sa.8
9 SRCS= main.c db.c pdb.c usrdb.c readrec.c
11 PACKAGE=acct
13 .if ${MK_TESTS} != "no"
14 SUBDIR+= tests
15 .endif
17 .include <bsd.prog.mk>