BSD 4_4 release
[unix-history] / usr / src / lib / libcompat / Makefile
index ae443d0..bd2aaf9 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.13 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) 6/4/93
 
 LIB=compat
 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
 
 LIB=compat
 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
@@ -6,6 +6,7 @@ AINC=   -I${.CURDIR}/../libc/${MACHINE}
 
 .PATH: ${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \
        ${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \
 
 .PATH: ${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \
        ${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \
+       ${.CURDIR}/4.4/${MACHINE} ${.CURDIR}/4.4 \
        ${.CURDIR}/regexp
 
 # compat 4.1 sources
        ${.CURDIR}/regexp
 
 # compat 4.1 sources
@@ -20,13 +21,14 @@ MAN3+=      ftime.0 getpw.0 stty.0 vlimit.0 vtimes.0
 MLINKS+=stty.3 gtty.3
 
 # compat 4.3 sources
 MLINKS+=stty.3 gtty.3
 
 # compat 4.3 sources
-SRCS+= ecvt.c gcvt.c lsearch.c regex.c rexec.c sibuf.c sobuf.c strout.c
+SRCS+= cfree.c ecvt.c gcvt.c lsearch.c regex.c rexec.c sibuf.c sobuf.c \
+       strout.c
 
 .if    (${MACHINE} == "hp300" || ${MACHINE} == "luna68k")
 SRCS+= insque.s remque.s
 .elif  (${MACHINE} == "i386")
 SRCS+= insque.c remque.c
 
 .if    (${MACHINE} == "hp300" || ${MACHINE} == "luna68k")
 SRCS+= insque.s remque.s
 .elif  (${MACHINE} == "i386")
 SRCS+= insque.c remque.c
-elif   (${MACHINE} == "mips")
+.elif  (${MACHINE} == "mips")
 SRCS+= insque.c remque.c
 .elif  (${MACHINE} == "sparc")
 SRCS+= insque.c remque.c
 SRCS+= insque.c remque.c
 .elif  (${MACHINE} == "sparc")
 SRCS+= insque.c remque.c
@@ -42,6 +44,9 @@ MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
 MLINKS+=insque.3 remque.3
 MLINKS+=re_comp.3 re_exec.3
 
 MLINKS+=insque.3 remque.3
 MLINKS+=re_comp.3 re_exec.3
 
+# compat 4.4 sources
+SRCS+= cuserid.c
+
 # regexp sources
 SRCS+= regerror.c regexp.c regsub.c
 
 # regexp sources
 SRCS+= regerror.c regexp.c regsub.c