summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>1999-07-02 13:25:49 +0000
committerru <ru@FreeBSD.org>1999-07-02 13:25:49 +0000
commit4ba1aeb45483ea5367f4a84d015dc6a808c0f5dc (patch)
tree079c20d8da1493f20455fbc0c0eec5b6165911c2 /usr.bin/fstat/Makefile
parent9b08a567c1d6bdc82429bde3fafebf9effe09bba (diff)
downloadFreeBSD-src-4ba1aeb45483ea5367f4a84d015dc6a808c0f5dc.zip
FreeBSD-src-4ba1aeb45483ea5367f4a84d015dc6a808c0f5dc.tar.gz
o use getprotobynumber(3) instead of hardcoded protocol names.
Divert(4) sockets will now appear as "internet raw divert" instead of "internet raw 254". o -Wall tweak. Reviewed by: bde
Diffstat (limited to 'usr.bin/fstat/Makefile')
-rw-r--r--usr.bin/fstat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile
index 32d0aef..6ff6ab1 100644
--- a/usr.bin/fstat/Makefile
+++ b/usr.bin/fstat/Makefile
@@ -1,7 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: Makefile,v 1.2 1997/08/22 14:22:31 jmg Exp $
PROG= fstat
+CFLAGS+=-Wall
CFLAGS+=-I${.CURDIR}/../../sys
DPADD= ${LIBKVM}
LDADD= -lkvm
OpenPOWER on IntegriCloud