repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prevent implicit -Wsystem-headers passing from CFLAGS to CXXFLAGS.
[dragonfly.git]
/
usr.bin
/
sockstat
/
Makefile
blob
e8a662067d30e5bb85d5124486bc50d4e8977871
1
# $FreeBSD: src/usr.bin/sockstat/Makefile,v 1.2.2.2 2001/04/25 14:04:32 ru Exp $
2
3
PROG
=
sockstat
4
DPADD
= ${
LIBKINFO
}
5
LDADD
= -
lkinfo
6
7
.
include
<
bsd.prog.mk
>