Added some manpages and manpage links (moved from libc/gen).
This commit is contained in:
parent
09bcdc8226
commit
27c1463773
|
@ -1,6 +1,11 @@
|
|||
# $NetBSD: Makefile.inc,v 1.2 1995/03/09 23:35:13 jtc Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 1995/03/10 06:05:38 jtc Exp $
|
||||
|
||||
.PATH: ${.CURDIR}/time
|
||||
|
||||
SRCS+= asctime.c difftime.c localtime.c
|
||||
MAN+= time2posix.3 tzfile.5
|
||||
MAN+= ctime.3 time2posix.3 tzfile.5 tzset.3
|
||||
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue