mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
0a26b6bbc0
MFC After: 1 week
9 lines
97 B
Makefile
9 lines
97 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= sleep
|
|
|
|
WARNS= 2
|
|
|
|
.include <bsd.prog.mk>
|