Forgot to add basename()/dirname() manpages in last commit.

This commit is contained in:
kleink 1997-11-03 17:47:44 +00:00
parent 62a4f5b044
commit 20d81f8f56
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.82 1997/11/02 16:48:27 kleink Exp $ # $NetBSD: Makefile.inc,v 1.83 1997/11/03 17:47:44 kleink Exp $
# @(#)Makefile.inc 8.3 (Berkeley) 4/16/94 # @(#)Makefile.inc 8.3 (Berkeley) 4/16/94
# gen sources # gen sources
@ -33,9 +33,9 @@ SRCS+= _err.c _errx.c _sys_errlist.c _sys_nerr.c _sys_siglist.c \
.include "${.CURDIR}/arch/${MACHINE_ARCH}/gen/Makefile.inc" .include "${.CURDIR}/arch/${MACHINE_ARCH}/gen/Makefile.inc"
MAN+= alarm.3 clock.3 confstr.3 ctermid.3 ctype.3 daemon.3 \ MAN+= alarm.3 basename.3 clock.3 confstr.3 ctermid.3 ctype.3 daemon.3 \
devname.3 directory.3 err.3 exec.3 fnmatch.3 frexp.3 ftok.3 fts.3 \ devname.3 directory.3 dirname.3 err.3 exec.3 fnmatch.3 frexp.3 ftok.3 \
getbsize.3 getcap.3 getcwd.3 getdomainname.3 getdiskbyname.3 \ fts.3 getbsize.3 getcap.3 getcwd.3 getdomainname.3 getdiskbyname.3 \
getfsent.3 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \ getfsent.3 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \
getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 getpwent.3 \ getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 getpwent.3 \
getsubopt.3 getttyent.3 getusershell.3 glob.3 initgroups.3 isalnum.3 \ getsubopt.3 getttyent.3 getusershell.3 glob.3 initgroups.3 isalnum.3 \