mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
10 lines
143 B
Makefile
10 lines
143 B
Makefile
# $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>
|