mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
As promised, drop the option to make the older GNU patch the default. GNU patch is still being built but something drastic may happen to it to it before Release.
8 lines
164 B
Makefile
8 lines
164 B
Makefile
# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= patch
|
|
|
|
SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c
|
|
|
|
.include <bsd.prog.mk>
|