mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
8 lines
99 B
Makefile
8 lines
99 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= sync
|
|
MAN8= sync.8
|
|
|
|
.include <bsd.prog.mk>
|