0b7a57dd48
Divert(4) sockets will now appear as "internet raw divert" instead of "internet raw 254". o -Wall tweak. Reviewed by: bde
13 lines
227 B
Makefile
13 lines
227 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $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
|
|
BINGRP= kmem
|
|
BINMODE=2555
|
|
|
|
.include <bsd.prog.mk>
|