repo.or.cz
/
dragonfly
/
netmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix some NULL pointer dereferences, most of the in debug code though.
[dragonfly/netmp.git]
/
usr.sbin
/
sa
/
Makefile
blob
78ee72da456f037b1a6e92810c0e07e543741554
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
8
.
include
<
bsd.prog.mk
>