mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
10 lines
155 B
Makefile
10 lines
155 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.4 1999/01/16 04:44:33 archie Exp $
|
|
|
|
PROG= nghook
|
|
MAN= nghook.8
|
|
SRCS= main.c
|
|
|
|
LIBADD= netgraph
|
|
|
|
.include <bsd.prog.mk>
|