mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Local changes incorporated by 0.4.5: r284340 Local changes retained: r276260, r282117 Obtained from: https://github.com/Juniper/libxo
7 lines
86 B
Makefile
7 lines
86 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= savecore
|
|
LIBADD= z xo util
|
|
MAN= savecore.8
|
|
|
|
.include <bsd.prog.mk>
|