|
|
1.1 root 1: # @(#)Makefile 5.4 (Berkeley) 6/23/90
2:
3: LIB=compat
4: CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
5: AINC= -I${.CURDIR}/../libc/${MACHINE}
6:
7: .PATH: ${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \
8: ${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3
9:
10: # compat 4.1 sources
11: SRCS= ftime.c getpw.c gtty.c stty.c tell.c times.c utime.c vlimit.c vtimes.c
12:
13: .if (${MACHINE} == "vax")
14: SRCS+= reset.s
15: .endif
16:
17: MAN3+= ftime.0 getpw.0 stty.0 times.0 utime.0 vlimit.0 vtimes.0
18:
19: MLINKS+=stty.3 gtty.3
20:
21: # compat 4.3 sources
22: SRCS+= ecvt.c gcvt.c lsearch.c rexec.c ruserpass.c sibuf.c sobuf.c strout.c
23:
24: .if (${MACHINE} == "tahoe")
25: SRCS+= nargs.s
26: .elif (${MACHINE} == "vax")
27: SRCS+= nargs.s
28: .endif
29:
30: MAN3+= ecvt.0 lsearch.0 rexec.0
31:
32: MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
33:
34: .include <bsd.lib.mk>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.