Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 1998 01:10:25 +0000 (GMT)
From:      Donn Miller <dmm125@bellatlantic.net>
To:        bugs@FreeBSD.ORG
Subject:   patch for 2.2.7's libcompat Makefile
Message-ID:  <Pine.NEB.3.96.980827010357.26934A-100000@myname.my.domain>

next in thread | raw e-mail | index | archive | help
Here is a patch for the libcompat Makefile on FreeBSD 2.2.7-RELEASE --
seems ftok.c had been omitted!

--- /usr/src/lib/libcompat/Makefile.prev	Wed Aug 26 23:54:13 1998
+++ /usr/src/lib/libcompat/Makefile	Thu Aug 27 00:56:49 1998
@@ -8,6 +8,7 @@
 .PATH:	${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \
 	${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \
 	${.CURDIR}/4.4/${MACHINE} ${.CURDIR}/4.4 \
+	${.CURDIR}/SysV/${MACHINE} ${.CURDIR}/SysV \
 	${.CURDIR}/regexp \
 	${.CURDIR}/../libc/stdlib
 
@@ -58,6 +59,10 @@
 # compat 4.4 sources
 SRCS+=	cuserid.c
 MAN3+=	4.4/cuserid.3
+
+# SysV sources
+SRCS+= ftok.c
+MAN3+= SysV/ftok.3
 
 # regexp sources
 SRCS+=	regerror.c regexp.c regsub.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.980827010357.26934A-100000>