mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -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.
12 lines
206 B
Makefile
12 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gnupatch
|
|
CLEANFILES+= gnupatch.1
|
|
|
|
gnupatch.1: patch.1
|
|
cp ${.ALLSRC} ${.TARGET}
|
|
|
|
SRCS= backupfile.c inp.c patch.c pch.c util.c version.c
|
|
CFLAGS+=-DHAVE_CONFIG_H
|
|
|
|
.include <bsd.prog.mk>
|