# Makefile for sync

SRCS=sync.c
PROG=sync
BINDIR=/bin

include ../../defs.mk
include ../../mk/prog.mk

