summaryrefslogtreecommitdiff
path: root/bin/sleep/Makefile
blob: 917f95f3d249e4421c4c604f83f9ed714545c8c2 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.9 1997/08/04 01:13:07 perry Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	sleep
LDADD+= -lm
DPADD+= ${LIBM}

.include <bsd.prog.mk>
Id -> NetBSDjtc 1994-09-22LIBM_SCCS must be defined for the RCS ID to be defined.jtc 1994-08-18Change int -> int32_t and unsigned int -> u_int32_t to improve portabiltyjtc 1994-08-10Float versions of math functions. From Ian Taylor (ian@cygnus.com), withjtc