mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
d05257b0f2
Reviewed by: marcel, and make world
16 lines
224 B
Makefile
16 lines
224 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $
|
|
|
|
LIB= netgraph
|
|
MAN3= netgraph.3
|
|
|
|
SHLIB_MAJOR= 1
|
|
#SHLIB_MINOR= 1
|
|
|
|
SRCS= sock.c msg.c debug.c
|
|
INCS= netgraph.h
|
|
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.lib.mk>
|