nant's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'vendor/TCPDUMP' and update build for the update.
[dragonfly.git]
/
usr.sbin
/
sa
/
Makefile
1
# $FreeBSD: src/usr.sbin/sa/Makefile,v 1.5.2.1 2001/04/25 12:10:49 ru Exp $
2
# $DragonFly: src/usr.sbin/sa/Makefile,v 1.2 2003/06/17 04:30:03 dillon Exp $
3
4
PROG= sa
5
MAN= sa.8
6
SRCS= main.c pdb.c usrdb.c
7
WARNS?= 1
8
9
.include <bsd.prog.mk>