982f5d88ff
Submitted by: Mike Barcroft <mike@q9media.com>
10 lines
109 B
Makefile
10 lines
109 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= sync
|
|
MAN= sync.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|