File:  [cvs.NetBSD.org] / othersrc / usr.bin / sleepto / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Thu Feb 25 07:03:57 2021 UTC (4 years, 2 months ago) by simonb
Branches: MAIN
CVS tags: sleepto-1-1, sleepto-1-0, HEAD
Jared's sleepto command from Dec 2007 - sleep to an at(1) style time
specification.

# $NetBSD: Makefile,v 1.1 2021/02/25 07:03:57 simonb Exp $

PROG=	sleepto
SRCS=	sleepto.c parsetime.c
NOMAN=	# defined
WARNS?=	4

.include <bsd.prog.mk>

CVSweb <webmaster@jp.NetBSD.org>