mirror of
https://github.com/opnsense/src.git
synced 2026-03-11 02:31:16 -04:00
Divert(4) sockets will now appear as "internet raw divert" instead of "internet raw 254". o -Wall tweak. Reviewed by: bde
12 lines
227 B
Makefile
12 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>
|