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