a040910f9b
4.4. The code is almost identical to the 4.4 versions, but this organization should make it easier to merge new versions in the future.
11 lines
329 B
Makefile
11 lines
329 B
Makefile
# $Id: Makefile.inc,v 1.1 1994/09/13 03:50:55 wollman Exp $
|
|
|
|
.PATH: ${.CURDIR}/stdtime
|
|
|
|
SRCS+= asctime.c localtime.c strftime.c difftime.c
|
|
MAN5+= stdtime/tzfile.5
|
|
MAN3+= stdtime/ctime.3 stdtime/strftime.3 stdtime/time2posix.3
|
|
|
|
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
|
|
ctime.3 localtime.3 ctime.3 mktime.3
|