repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git]
/
usr.sbin
/
sa
/
Makefile
blob
314e341c096d2b76a70c093eb3e24b9e16601dbd
1
# $FreeBSD$
2
3
.
include
<
src.opts.mk
>
4
5
.PATH
: ${
.CURDIR
}/
..
/
..
/
usr.bin
/
lastcomm
6
7
PROG
=
sa
8
MAN
=
sa
.8
9
SRCS
=
main.c db.c pdb.c usrdb.c readrec.c
10
11
PACKAGE
=
acct
12
13
.if
${
MK_TESTS
} !=
"no"
14
SUBDIR
+=
tests
15
.
endif
16
17
.
include
<
bsd.prog.mk
>