This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
freebsd-src
Watch
1
Star
0
Fork
0
You've already forked freebsd-src
mirror of
https://github.com/freebsd/freebsd-src.git
synced
2024-12-04 03:49:02 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
2a7a0de6a7
freebsd-src
/
usr.bin
/
leave
/
Makefile
8 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
BSD 4.4 Lite Usr.bin Sources
1994-05-27 13:33:43 +01:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
$Id$ -> $FreeBSD$
1999-08-28 02:08:13 +01:00
# $FreeBSD$
BSD 4.4 Lite Usr.bin Sources
1994-05-27 13:33:43 +01:00
PROG
=
leave
1. Don't reject 0145 if started at 22XX. Applied suggested fix from Andrew Andrew <andrew@ugh.net.au> with some stylistic changes. Thanks. 2. #include <sys/time.h> -> #include <time.h> 3. Removed #include <sys/param.h> 4. Use setlocale(3) and strftime(3) instead of ctime(3). 5. Clean up -Wall warnings. 6. Make sure, time to leave are integral minutes if the argument is absolute. (i. e. without "+"). If started at 10:10:55 with argument "1020" it computed time to leave as 10:20:55 instead of 10:20:00. PR: 5395
1998-01-06 17:27:09 +00:00
CFLAGS
+=
-Wall
BSD 4.4 Lite Usr.bin Sources
1994-05-27 13:33:43 +01:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink