mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= sync
|
|
MAN= sync.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|