NetBSD/lib/libc/time/Makefile.inc

12 lines
368 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.6 1998/07/28 20:26:01 mycroft Exp $
1995-03-10 02:26:43 +03:00
1995-03-10 02:35:13 +03:00
.PATH: ${.CURDIR}/time
1995-03-10 02:26:43 +03:00
1997-04-23 05:17:59 +04:00
SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c
1997-05-25 23:29:36 +04:00
MAN+= ctime.3 time2posix.3 tzfile.5 tzset.3 strftime.3 strptime.3
CFLAGS+=-DALL_STATE
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
ctime.3 localtime.3 ctime.3 mktime.3
MLINKS+=tzset.3 tzsetwall.3