diff options
Diffstat (limited to 'bin/sync/Makefile')
-rw-r--r-- | bin/sync/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/sync/Makefile b/bin/sync/Makefile new file mode 100644 index 000000000000..8b56d6af4b88 --- /dev/null +++ b/bin/sync/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 8.1 (Berkeley) 5/31/93 +# $FreeBSD$ + +PACKAGE=runtime +PROG= sync +MAN= sync.8 + +.include <bsd.prog.mk> |