freebsd-dev/lib/libnetgraph/Makefile
Rodney W. Grimes d05257b0f2 Replace beforeinstall target with new variables used by .mk system.
Reviewed by:	marcel, and make world
2000-01-14 07:57:47 +00:00

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>