This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-10 11:58:54 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4da170bcf6
opnsense-src
/
usr.bin
/
leave
/
Makefile
8 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
BSD 4.4 Lite Usr.bin Sources
1994-05-27 08:33:43 -04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
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 12:27:09 -05:00
# $Id$
BSD 4.4 Lite Usr.bin Sources
1994-05-27 08:33:43 -04: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 12:27:09 -05:00
CFLAGS
+=
-Wall
BSD 4.4 Lite Usr.bin Sources
1994-05-27 08:33:43 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink