8 lines
129 B
Makefile
8 lines
129 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
#
|
|
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
|
|
|
PROG= sleep
|
|
|
|
.include <bsd.prog.mk>
|