summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 01:42:04 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 01:42:04 +0000
commitac2dffffafe52414d564c94ac3362c436da68b52 (patch)
tree8169677f19626948baf8d96a54c8c8cc25bd46d3 /lib
parente017c781cac0ce8879390a958837f07f3ae09f36 (diff)
downloadFreeBSD-src-ac2dffffafe52414d564c94ac3362c436da68b52.zip
FreeBSD-src-ac2dffffafe52414d564c94ac3362c436da68b52.tar.gz
Make it work with our make macros.
Diffstat (limited to 'lib')
-rw-r--r--lib/libcompat/Makefile6
-rw-r--r--lib/libcurses/Makefile5
-rw-r--r--lib/libkvm/Makefile4
3 files changed, 8 insertions, 7 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index 5f95ccd..d6625b6 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -17,7 +17,7 @@ SRCS= ftime.c gtty.c stty.c
SRCS+= reset.s
.endif
-MAN3+= ftime.0 getpw.0 stty.0 vlimit.0 vtimes.0
+MAN3+= 4.1/ftime.3 4.1/getpw.3 4.1/stty.3 4.1/vlimit.3 4.1/vtimes.3
MLINKS+=stty.3 gtty.3
@@ -40,7 +40,7 @@ SRCS+= nargs.s insque.s remque.s
.endif
# XXX MISSING: ecvt.0
-MAN3+= insque.0 lsearch.0 re_comp.0 rexec.0
+MAN3+= 4.3/insque.3 4.3/lsearch.3 4.3/re_comp.3 4.3/rexec.3
# XXX MISSING: ecvt.3, so can't MLINK
#MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
@@ -53,7 +53,7 @@ SRCS+= cuserid.c
# regexp sources
SRCS+= regerror.c regexp.c regsub.c
-MAN3+= regexp.0
+MAN3+= regexp/regexp.3
MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \
regexp.3 regerror.3
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index 06de56b..ea36d53 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -1,4 +1,5 @@
-# @(#)Makefile 8.2 (Berkeley) 1/2/94
+# From: @(#)Makefile 8.2 (Berkeley) 1/2/94
+# $Id$
CFLAGS+=#-DTFILE=\"/dev/ttyp0\"
CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
@@ -9,7 +10,7 @@ SRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \
insch.c insertln.c longname.c move.c mvwin.c newwin.c overlay.c \
overwrite.c printw.c putchar.c refresh.c scanw.c scroll.c setterm.c \
standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c
-MAN3= curses.0
+MAN3= curses.3
beforeinstall:
-cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \
diff --git a/lib/libkvm/Makefile b/lib/libkvm/Makefile
index db3621d..925594d 100644
--- a/lib/libkvm/Makefile
+++ b/lib/libkvm/Makefile
@@ -4,8 +4,8 @@ LIB= kvm
CFLAGS+=-DLIBC_SCCS -I/sys
SRCS= kvm.c kvm_${MACHINE}.c kvm_file.c kvm_getloadavg.c kvm_proc.c
-MAN3= kvm.0 kvm_geterr.0 kvm_getfiles.0 kvm_getloadavg.0 kvm_getprocs.0 \
- kvm_nlist.0 kvm_open.0 kvm_read.0
+MAN3= kvm.3 kvm_geterr.3 kvm_getfiles.3 kvm_getloadavg.3 kvm_getprocs.3 \
+ kvm_nlist.3 kvm_open.3 kvm_read.3
MLINKS+=kvm_getprocs.3 kvm_getargv.3 kvm_getprocs.3 kvm_getenvv.3
MLINKS+=kvm_open.3 kvm_openfiles.3 kvm_open.3 kvm_close.3
OpenPOWER on IntegriCloud