Make it work with our make macros.

This commit is contained in:
Garrett Wollman 1994-08-05 01:42:04 +00:00
parent 2ceb2ce9ee
commit ab532cffe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1850
3 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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 > \

View File

@ -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